Skip to content

Instantly share code, notes, and snippets.

@fdussert
Created March 16, 2012 19:25
Show Gist options
  • Save fdussert/2052001 to your computer and use it in GitHub Desktop.
Save fdussert/2052001 to your computer and use it in GitHub Desktop.
DependencyResolvers
.use(MavenDependencyResolver.class)
.loadEffectivePom("pom.xml")
.up()
.artifact("com.ezakus.api:hit:jar:1.0.5")
.artifact("com.ezakus.core:cookie:jar:0.0.1-SNAPSHOT")
.resolveAs(GenericArchive.class))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment