Download an artifact from JitPack.io using Maven
If you want download a single artifact from the command line use Maven's dependency plug-in:
mvn dependency:get
-DremoteRepositories=https://jitpack.io
-Dartifact=com.github.User:Repo:Tag
-Ddest=.
It will download the .jar file to the directory specified in -Ddest
Written by jitpack.io
Related protips
1 Response
This is awesome! For my case to download just the war from our project:
mvn dependency:get -DremoteRepositories=https://jitpack.io -Dartifact=com.github.inodb.cbioportal:cbioportal:v1.3.0-test-jitpack:war -Ddest=.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Maven
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#