Skip to content

Instantly share code, notes, and snippets.

@Ivorforce
Created January 10, 2016 20:38
Show Gist options
  • Save Ivorforce/cb01107d3bf2b8ba57bb to your computer and use it in GitHub Desktop.
Save Ivorforce/cb01107d3bf2b8ba57bb to your computer and use it in GitHub Desktop.
apply plugin: 'idea'
apply plugin: 'java'
buildscript {
repositories {
mavenCentral()
}
}
dependencies {
compile group: 'com.google.guava', name: 'guava', version: '12.0'
compile 'org.apache.commons:commons-io:1.3.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment