MVN

com.oracle.database.jdbc.debug : ojdbc11_g

Maven & Gradle

Aug 07, 2023
18 usages

ojdbc11_g · Same as ojdbc11.jar except compiled with the -g option

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

Latest Version

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

  • Latest Stable: 21.11.0.0

All Versions

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

Version Vulnerabilities Updated
21.11.x
ojdbc11_g-21.11.0.0
21.10.x
ojdbc11_g-21.10.0.0
21.9.x
ojdbc11_g-21.9.0.0
21.8.x
ojdbc11_g-21.8.0.0
21.7.x
ojdbc11_g-21.7.0.0
21.6.x
ojdbc11_g-21.6.0.0
ojdbc11_g-21.6.0.0.1
21.5.x
ojdbc11_g-21.5.0.0
21.4.x
ojdbc11_g-21.4.0.0.1
ojdbc11_g-21.4.0.0
21.3.x
ojdbc11_g-21.3.0.0
21.1.x
ojdbc11_g-21.1.0.0
19.11.x
ojdbc11_g-19.11.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.oracle.database.jdbc.debug</groupId>
    <artifactId>ojdbc11_g</artifactId>
    <version>21.11.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.oracle.database.jdbc.debug:ojdbc11_g:21.11.0.0'

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

implementation("com.oracle.database.jdbc.debug:ojdbc11_g:21.11.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.oracle.database.jdbc.debug" % "ojdbc11_g" % "21.11.0.0"