is not current version
Last Version 2.78

org.jdbi:jdbi 2.44

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.

Categories

Categories

JDBI Data Databases
GroupId

GroupId

org.jdbi
ArtifactId

ArtifactId

jdbi
Version

Version

2.44
Type

Type

jar

Download jdbi 2.44


<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi/ -->
<dependency>
    <groupId>org.jdbi</groupId>
    <artifactId>jdbi</artifactId>
    <version>2.44</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi/
implementation 'org.jdbi:jdbi:2.44'
// https://jarcasting.com/artifacts/org.jdbi/jdbi/
implementation ("org.jdbi:jdbi:2.44")
'org.jdbi:jdbi:jar:2.44'
<dependency org="org.jdbi" name="jdbi" rev="2.44">
  <artifact name="jdbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi', version='2.44')
)
libraryDependencies += "org.jdbi" % "jdbi" % "2.44"
[org.jdbi/jdbi "2.44"]