j

jdbi3-core

The Jdbi core API. Jdbi 3 is designed to provide convenient tabular data access in Java(tm) and other JVM based languages. It uses the Java collections framework for query results, provides a convenient means of externalizing SQL statements, and named parameter support for any database that supports JDBC.
文件下载
文件名 操作
jdbi3-core-3.39.1.jar 下载
jdbi3-core-3.39.1.pom 下载
jdbi3-core-3.39.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-core</artifactId>
  <version>3.39.1</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-core:3.39.1'
Gradle Kotlin
implementation("org.jdbi:jdbi3-core:3.39.1")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-core" % "3.39.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-core', version='3.39.1')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-core" rev="3.39.1" />
Leiningen
[org.jdbi/jdbi3-core "3.39.1"]
Apache Buildr
'org.jdbi:jdbi3-core:jar:3.39.1'