Skip to content

Instantly share code, notes, and snippets.

@danhyun
Created November 10, 2014 15:07
Show Gist options
  • Save danhyun/95619b1487363df9ee5f to your computer and use it in GitHub Desktop.
Save danhyun/95619b1487363df9ee5f to your computer and use it in GitHub Desktop.
Standard bootstrap Gradle build file
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
compile 'org.slf4j:slf4j-api:1.7.5'
// other dependencies go here in Maven style Group:Artifact:Version format
testCompile 'junit:junit:4.11'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment