j

jdbi3-parent

Jdbi is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.
http://jdbi.org/
Apache License 2.0
Files download
File Operation
jdbi3-parent-3.28.0.pom download
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-parent</artifactId>
  <version>3.28.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-parent:3.28.0'
Gradle Kotlin
implementation("org.jdbi:jdbi3-parent:3.28.0")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-parent" % "3.28.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-parent', version='3.28.0')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-parent" rev="3.28.0" />
Leiningen
[org.jdbi/jdbi3-parent "3.28.0"]
Apache Buildr
'org.jdbi:jdbi3-parent:jar:3.28.0'