o

ojdbc8_g

Oracle JDBC Driver in the debug mode and compatible with JDK8, JDK11, JDK12, JDK13, JDK14 and JDK15
https://www.oracle.com/database/technologies/maven-central-guide.html
Oracle Free Use Terms and Conditions (FUTC)
Files download
File Operation
ojdbc8_g-21.13.0.0.jar download
ojdbc8_g-21.13.0.0.pom download
ojdbc8_g-21.13.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.database.jdbc.debug</groupId>
  <artifactId>ojdbc8_g</artifactId>
  <version>21.13.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.database.jdbc.debug:ojdbc8_g:21.13.0.0'
Gradle Kotlin
implementation("com.oracle.database.jdbc.debug:ojdbc8_g:21.13.0.0")
Scala SBT
libraryDependencies += "com.oracle.database.jdbc.debug" % "ojdbc8_g" % "21.13.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.database.jdbc.debug', module='ojdbc8_g', version='21.13.0.0')
)
Apache Ivy
<dependency org="com.oracle.database.jdbc.debug" name="ojdbc8_g" rev="21.13.0.0" />
Leiningen
[com.oracle.database.jdbc.debug/ojdbc8_g "21.13.0.0"]
Apache Buildr
'com.oracle.database.jdbc.debug:ojdbc8_g:jar:21.13.0.0'
Dependencies
The project has no third-party dependencies