Calling get_download_url on
pkg:maven/junit/junit@4.13.2
will give:
https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar
which is good and can be downloaded.
However, I would have preferred to get
https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2-sources.jar
that gives the source code instead of the binary.
What do you think? Is there an option to get the source instead of the binary?
Calling
get_download_urlonwill give:
which is good and can be downloaded.
However, I would have preferred to get
that gives the source code instead of the binary.
What do you think? Is there an option to get the source instead of the binary?