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.4.0.0.1.jar download
ojdbc8_g-21.4.0.0.1.pom download
ojdbc8_g-21.4.0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oracle.database.jdbc.debug</groupId>
  <artifactId>ojdbc8_g</artifactId>
  <version>21.4.0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.database.jdbc.debug:ojdbc8_g:21.4.0.0.1'
Gradle Kotlin
implementation("com.oracle.database.jdbc.debug:ojdbc8_g:21.4.0.0.1")
Scala SBT
libraryDependencies += "com.oracle.database.jdbc.debug" % "ojdbc8_g" % "21.4.0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.database.jdbc.debug', module='ojdbc8_g', version='21.4.0.0.1')
)
Apache Ivy
<dependency org="com.oracle.database.jdbc.debug" name="ojdbc8_g" rev="21.4.0.0.1" />
Leiningen
[com.oracle.database.jdbc.debug/ojdbc8_g "21.4.0.0.1"]
Apache Buildr
'com.oracle.database.jdbc.debug:ojdbc8_g:jar:21.4.0.0.1'
Dependencies
The project has no third-party dependencies