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