Last Updated: October 11, 2016
·
1.891K
· jitpack

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

1 Response
Add your 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 ·