MVN

org.jdbi : jdbi3-oracle12

Maven & Gradle

Aug 15, 2023
3 usages
2 stars

jdbi3 oracle12 · Support for Oracle 12+ specific features.

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

Latest Version

Choose a version of org.jdbi : jdbi3-oracle12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.41.0
  • Latest Release Candidate: 3.35.0-rc1
  • Latest Beta: 3.0.0-beta4
  • Latest Alpha: 3.0.0-alpha10

All Versions

Choose a version of org.jdbi : jdbi3-oracle12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.41.x
jdbi3-oracle12-3.41.0
3.39.x
jdbi3-oracle12-3.39.1
3.38.x
jdbi3-oracle12-3.38.3
jdbi3-oracle12-3.38.0
3.37.x
jdbi3-oracle12-3.37.0
3.36.x
jdbi3-oracle12-3.36.0
3.35.x
jdbi3-oracle12-3.35.0
jdbi3-oracle12-3.35.0-rc1
3.34.x
jdbi3-oracle12-3.34.0
3.33.x
jdbi3-oracle12-3.33.0
3.32.x
jdbi3-oracle12-3.32.0
3.31.x
jdbi3-oracle12-3.31.0
3.29.x
jdbi3-oracle12-3.29.0
3.5.x
jdbi3-oracle12-3.5.1
jdbi3-oracle12-3.5.0
3.4.x
jdbi3-oracle12-3.4.0
3.3.x
jdbi3-oracle12-3.3.0
3.2.x
jdbi3-oracle12-3.2.1
jdbi3-oracle12-3.2.0
3.1.x
jdbi3-oracle12-3.1.1
jdbi3-oracle12-3.1.0
3.0.x
jdbi3-oracle12-3.0.1
jdbi3-oracle12-3.0.0
jdbi3-oracle12-3.0.0-rc2
jdbi3-oracle12-3.0.0-rc1
jdbi3-oracle12-3.0.0-beta4
jdbi3-oracle12-3.0.0-beta3
jdbi3-oracle12-3.0.0-beta2
jdbi3-oracle12-3.0.0-beta1
jdbi3-oracle12-3.0.0-beta0
jdbi3-oracle12-3.0.0-alpha10
jdbi3-oracle12-3.0.0-alpha9

How to add a dependency to Maven

Add the following org.jdbi : jdbi3-oracle12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jdbi : jdbi3-oracle12 gradle dependency to your build.gradle file:

implementation 'org.jdbi:jdbi3-oracle12:3.41.0'

Gradle Kotlin DSL: Add the following org.jdbi : jdbi3-oracle12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jdbi:jdbi3-oracle12:3.41.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jdbi : jdbi3-oracle12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jdbi" % "jdbi3-oracle12" % "3.41.0"

Advertisement

Dependencies from Group

Aug 15, 2023
223 usages
1.7k stars
Jan 22, 2017
216 usages
1.9k stars
Aug 15, 2023
161 usages
1.7k stars
Jul 18, 2017
36 usages
Aug 15, 2023
24 usages
1.7k stars

Discover Dependencies