diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000..d17ee1d --- /dev/null +++ b/build.gradle @@ -0,0 +1,15 @@ +apply plugin: 'java' + +repositories { + mavenCentral() +} + +dependencies { + compile 'org.slf4j:slf4j-api:1.7.5' + testCompile 'junit:junit:4.11' + compile 'org.apache.httpcomponents:httpclient:4.5' + compile 'com.fasterxml.jackson.core:jackson-databind:2.6.0' + compile 'com.google.code.gson:gson:2.3.1' + + +} \ No newline at end of file