I have a local installation of Nexus OSS 3.0.0-03.
I am able to upload snapshot and release jars.
Now I want to download those jars via the browser or wget, but I can't seem to find the REST API call to do it (for example in a shell script executed by Jenkins).
Prior to version 3 it seems one could use something like: http://MY_REPOSITORY/nexus/service/local/artifact/maven/content?r=repoId&g=groupName&a=art&v=LATEST
Any ideas on how to do this with version 3?