Nexus 2.x had a REST API to download artifacts like below but no longer works for Nexus 3.x
wget "http://local:8081/service/local/artifact/maven/redirect?g=com.mycompany&a=my-app&v=LATEST" --content-disposition
Has the API changed to something else for on Nexus 3.0.0-03
?