is not current version
Last Version 2.78

org.jdbi:jdbi 2.69-alpha

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.69-alpha
Type

Type

jar

Download jdbi 2.69-alpha


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