is not current version
Last Version 3.30.0

org.jdbi:jdbi3-core 3.0.1

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-core
Version

Version

3.0.1
Type

Type

jar

Download jdbi3-core 3.0.1


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