is not current version
Last Version 3.30.0

jdbi3 BOM 3.21.0

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.

License

License

Categories

Categories

JDBI Data Databases
GroupId

GroupId

org.jdbi
ArtifactId

ArtifactId

jdbi3-bom
Version

Version

3.21.0
Type

Type

pom
Description

Description

jdbi3 BOM
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.
Project URL

Project URL

http://jdbi.org/

Download jdbi3-bom 3.21.0

Filename Size
jdbi3-bom-3.21.0.pom 6 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.