Skip to content

Instantly share code, notes, and snippets.

@pahill
Last active April 7, 2019 12:57
Show Gist options
  • Save pahill/34d6413deb22ea49db618946f2f12055 to your computer and use it in GitHub Desktop.
Save pahill/34d6413deb22ea49db618946f2f12055 to your computer and use it in GitHub Desktop.
dependencies {
compile "io.ktor:ktor-client-cio:$ktor_version"
compile "com.h2database:h2:1.4.198"
compile "org.jetbrains.exposed:exposed:0.12.2"
compile "com.zaxxer:HikariCP:2.7.8"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment