j

jdbi3-internal-parent

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