repositories {
mavenCentral()
- maven {
- url "http://dl.bintray.com/kotlinx/kotlinx"
- }
+ jcenter()
}
dependencies {
compile group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.1.2"
compile group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.1.2"
compile group: "com.google.inject", name: "guice", version: "4.0"
- compile group: "org.jetbrains.kotlinx", name: "kotlinx.html", version: "0.5.8"
- compile group: "org.jetbrains.kotlinx", name: "kotlinx.html.jvm", version: "0.5.8"
+ compile group: "org.jetbrains.kotlinx", name: "kotlinx-html-jvm", version: "0.7.1"
testCompile group: "junit", name: "junit", version:"4.12"
testCompile group: "org.hamcrest", name: "hamcrest-library", version:"1.3"