I can install an artifact by install:install-file, but how can I download an artifact?
install:install-file
For example:
mvn download:download-file -Dgroup
one liner to download latest maven artifact without mvn:
curl -O -J -L "https://repository.sonatype.org/service/local/artifact/maven/content?r=central-proxy&g=io.staticcdn.sdk&a=staticcdn-sdk-standalone-optimizer&e=zip&v=LATEST"