is not current version
Last Version 3.0.0-beta2

org.jdbi:jdbi3 3.0.0-alpha6

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

jdbi3
Version

Version

3.0.0-alpha6
Type

Type

jar

Download jdbi3 3.0.0-alpha6


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