Created
January 10, 2016 20:38
-
-
Save Ivorforce/cb01107d3bf2b8ba57bb to your computer and use it in GitHub Desktop.
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
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