MVN

org.jdbi.internal : jdbi3-parent

Maven & Gradle

Aug 15, 2023
1.9k stars

jdbi3 build parent · Jdbi 3 is designed to provide convenient tabular data access in Java(tm) and other JVM based languages. It uses the Java collections framework for query results, provides a convenient means of externalizing SQL statements, and named parameter support for any database that supports JDBC.

<dependency>
    <groupId>org.jdbi.internal</groupId>
    <artifactId>jdbi3-parent</artifactId>
    <version>3.41.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jdbi.internal : jdbi3-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.41.0
  • Latest Release Candidate: 3.41.0-rc1

All Versions

Choose a version of org.jdbi.internal : jdbi3-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.41.x
jdbi3-parent-3.41.0
jdbi3-parent-3.41.0-rc1
3.40.x
jdbi3-parent-3.40.0
jdbi3-parent-3.40.0-rc1
jdbi3-parent-3.40.0-a0
3.39.x
jdbi3-parent-3.39.1
jdbi3-parent-3.39.0
3.38.x
jdbi3-parent-3.38.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jdbi.internal</groupId>
    <artifactId>jdbi3-parent</artifactId>
    <version>3.41.0</version>
</dependency>