MVN

com.oracle.database.jdbc.debug : ojdbc5_g

Maven & Gradle

Feb 21, 2020

ojdbc8_g · Oracle JDBC Driver compatible with JDK8, JDK9, and JDK11

<dependency>
    <groupId>com.oracle.database.jdbc.debug</groupId>
    <artifactId>ojdbc5_g</artifactId>
    <version>11.2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.database.jdbc.debug : ojdbc5_g to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.2.0.4

All Versions

Choose a version of com.oracle.database.jdbc.debug : ojdbc5_g to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.2.x
ojdbc5_g-11.2.0.4

How to add a dependency to Maven

Add the following com.oracle.database.jdbc.debug : ojdbc5_g maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oracle.database.jdbc.debug</groupId>
    <artifactId>ojdbc5_g</artifactId>
    <version>11.2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.database.jdbc.debug : ojdbc5_g gradle dependency to your build.gradle file:

implementation 'com.oracle.database.jdbc.debug:ojdbc5_g:11.2.0.4'

Gradle Kotlin DSL: Add the following com.oracle.database.jdbc.debug : ojdbc5_g gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.database.jdbc.debug:ojdbc5_g:11.2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.database.jdbc.debug : ojdbc5_g sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.database.jdbc.debug" % "ojdbc5_g" % "11.2.0.4"

Advertisement