j

jdbi

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
Brian McCallister Martin Traverso Henning Schmiedehausen Adam Rosien Thomas Dudziak Steven Schlansker
Files download
File Operation
jdbi-2.78.jar download
jdbi-2.78.pom download
jdbi-2.78-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi</artifactId>
  <version>2.78</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi:2.78'
Gradle Kotlin
implementation("org.jdbi:jdbi:2.78")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi" % "2.78"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi', version='2.78')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi" rev="2.78" />
Leiningen
[org.jdbi/jdbi "2.78"]
Apache Buildr
'org.jdbi:jdbi:jar:2.78'