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