I'm trying to use
implementation("io.jooby:jooby-jooq:2.10.0")
implementation("io.jooby:jooby-jdbc:2.10.0")
with
repositories {
mavenCentral()
mavenLocal()
gradlePluginPortal()
google()
}
but get "Could not find..." gradle message
I see note that artifact was moved at https://mvnrepository.com/artifact/org.jooby/jooby but I follow the link and don’t find it there
Where I can get jooq and jdbc modules for jooby 2.10.0?