Skip to content

Instantly share code, notes, and snippets.

@RX14
Created February 6, 2015 23:43
Show Gist options
  • Save RX14/84e9a53bd304d4c385b3 to your computer and use it in GitHub Desktop.
Save RX14/84e9a53bd304d4c385b3 to your computer and use it in GitHub Desktop.
public Dependency[] getDependencies() {
return Arrays.asList(
new MavenDependency("com.nova:NovaThingy:1.5"),
new URLDependency("http://github.com/My/Project/release/wahtever")
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment