Skip to content

Instantly share code, notes, and snippets.

@azenla
Created July 27, 2013 18:42
Show Gist options
  • Save azenla/6095840 to your computer and use it in GitHub Desktop.
Save azenla/6095840 to your computer and use it in GitHub Desktop.
Gradle JCenter Example
apply plugin: 'java'
repositories {
jcenter()
}
dependencies {
compile 'org.minetweak:Minetweak:0.6.5'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment