j

jdbi3-root

Jdbi3 build root. This is a Jdbi internal module and not part of the public API.
https://jdbi.org/
Apache License 2.0
The Jdbi Team
Files download
File Operation
jdbi3-root-3.44.0.pom download
Apache Maven
<dependency>
  <groupId>org.jdbi.internal</groupId>
  <artifactId>jdbi3-root</artifactId>
  <version>3.44.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jdbi.internal:jdbi3-root:3.44.0'
Gradle Kotlin
implementation("org.jdbi.internal:jdbi3-root:3.44.0")
Scala SBT
libraryDependencies += "org.jdbi.internal" % "jdbi3-root" % "3.44.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi.internal', module='jdbi3-root', version='3.44.0')
)
Apache Ivy
<dependency org="org.jdbi.internal" name="jdbi3-root" rev="3.44.0" />
Leiningen
[org.jdbi.internal/jdbi3-root "3.44.0"]
Apache Buildr
'org.jdbi.internal:jdbi3-root:jar:3.44.0'