Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
# Gradle:
# .idea/gradle.xml
# .idea/libraries
.gradle/

# Eclipse:
bin/
.classpath
.project
.settings/

# Mongo Explorer plugin:
# .idea/mongoSettings.xml
Expand Down
Binary file added async-http-client-2.1.2.jar
Binary file not shown.
15 changes: 15 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apply plugin: 'eclipse'
apply plugin: 'java'

repositories {
mavenCentral()
}

dependencies {
compile 'com.fasterxml.jackson.core:jackson-databind:2.4.5+'
compile files('async-http-client-2.1.2.jar')
}

task wrapper(type: Wrapper) {
gradleVersion = '3.0'
}
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Sun Oct 02 12:54:54 MDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip
169 changes: 169 additions & 0 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 84 additions & 0 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.