Skip to content

Instantly share code, notes, and snippets.

@alces
Created June 22, 2017 08:36
Show Gist options
  • Save alces/1857a8789933369615d16047fa89dbbe to your computer and use it in GitHub Desktop.
Save alces/1857a8789933369615d16047fa89dbbe to your computer and use it in GitHub Desktop.
Download an artifact from a Maven repository (such as Maven Central) into a local directory
mvn dependency:copy -Dartifact=org.yaml:snakeyaml:1.18 -DoutputDirectory=. -Dmdep.stripVersion=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment