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
文件下载
文件名 操作
jdbi3-root-3.41.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.jdbi.internal</groupId>
  <artifactId>jdbi3-root</artifactId>
  <version>3.41.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jdbi.internal:jdbi3-root:3.41.2'
Gradle Kotlin
implementation("org.jdbi.internal:jdbi3-root:3.41.2")
Scala SBT
libraryDependencies += "org.jdbi.internal" % "jdbi3-root" % "3.41.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi.internal', module='jdbi3-root', version='3.41.2')
)
Apache Ivy
<dependency org="org.jdbi.internal" name="jdbi3-root" rev="3.41.2" />
Leiningen
[org.jdbi.internal/jdbi3-root "3.41.2"]
Apache Buildr
'org.jdbi.internal:jdbi3-root:jar:3.41.2'