Skip to content

Instantly share code, notes, and snippets.

@Keridos
Created April 20, 2015 14:23
Show Gist options
  • Save Keridos/caf4703c8d8309edae94 to your computer and use it in GitHub Desktop.
Save Keridos/caf4703c8d8309edae94 to your computer and use it in GitHub Desktop.
Waila maven
repositories {
maven { // The repo from which to get waila
name "Mobius Repo"
url "http://mobiusstrip.eu/maven"
}
maven { // the repo from which to get NEI and stuff
name 'CB Repo'
url "http://chickenbones.net/maven/"
}
}
dependencies {
// I dont have to specify NEI.. because gradle magic. aka: transitive dependency resolution
compile "mcp.mobius.waila:Waila:1.5.10_1.7.10"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment