Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 292 Bytes

jar_download_maven_central_ivy.md

File metadata and controls

8 lines (5 loc) · 292 Bytes

Download JARs and dependencies using ivy

  • Download ivy.
  • Execute ivy -dependency <GROUP> <SOFTWARE> <VERSION> -retrieve "[artifact]-[revision](-[classifier]).[ext]".

Example:

ivy -dependency org.apache.pdfbox pdfbox 2.0.6 -retrieve "[artifact]-[revision](-[classifier]).[ext]"