Created
April 20, 2015 14:23
-
-
Save Keridos/caf4703c8d8309edae94 to your computer and use it in GitHub Desktop.
Waila maven
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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