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.
Files download
File Operation
jdbi3-core-3.45.3.jar download
jdbi3-core-3.45.3.pom download
jdbi3-core-3.45.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-core</artifactId>
  <version>3.45.3</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-core:3.45.3'
Gradle Kotlin
implementation("org.jdbi:jdbi3-core:3.45.3")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-core" % "3.45.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-core', version='3.45.3')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-core" rev="3.45.3" />
Leiningen
[org.jdbi/jdbi3-core "3.45.3"]
Apache Buildr
'org.jdbi:jdbi3-core:jar:3.45.3'