Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scope for known dependencies #23

Closed
bmarwell opened this issue Dec 31, 2021 · 3 comments
Closed

Scope for known dependencies #23

bmarwell opened this issue Dec 31, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@bmarwell
Copy link

Some dependencies have a "usual" scope. E.g. junit and assertj might have a scope of "test", while logging frameworks are runtime scoped by default.

Question: where to get this information? Maybe query mvnrepository.com? They have it. I think even maintaining a list might be worth it, as it saves hundreds of users (devs) minutes every time they use mcs.

@mthmulders
Copy link
Owner

This is another interesting idea, which basically "suffers" from the same symptoms as #22: it seems mvnrepository.com includes this in a server-side rendered HTML, but I can't find any trace of a (REST-like) API that provides the same information on their end...

@mthmulders mthmulders added the enhancement New feature or request label Jan 6, 2022
@mthmulders
Copy link
Owner

Also, this seems related to #20 - could you please explain how this is different?

@bmarwell
Copy link
Author

nvm, must have opened this without switching my brain on...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants