Skip to content

Commit

Permalink
platform object ready
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshakhbabji committed Aug 3, 2015
1 parent 4644473 commit fc6f1db
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'


}

0 comments on commit fc6f1db

Please sign in to comment.