MVN

com.oracle.database.jdbc.debug : ojdbc11-debug

Maven & Gradle

Aug 07, 2023
17 usages

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

<dependency>
    <groupId>com.oracle.database.jdbc.debug</groupId>
    <artifactId>ojdbc11-debug</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-debug to add to Maven - Latest Versions:

  • Latest Stable: 21.11.0.0

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement