Skip to content

Instantly share code, notes, and snippets.

@scotthaleen
Created October 26, 2015 18:37
Show Gist options
  • Select an option

  • Save scotthaleen/a31982d83188622ffaac to your computer and use it in GitHub Desktop.

Select an option

Save scotthaleen/a31982d83188622ffaac to your computer and use it in GitHub Desktop.
leiningen download project dependencies locally
# download transitive dependencies to local directory
lein pom
mvn dependency:copy-dependencies
ls -la target/dependency/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment