We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63dd56 commit a185449Copy full SHA for a185449
build.gradle.kts
@@ -59,6 +59,7 @@ kotlin {
59
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
60
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
61
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
62
+ implementation("org.jooq:jooq:3.15.4")
63
}
64
65
val jvmTest by getting {
0 commit comments