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)
文件下载
文件名 操作
ojdbc8_g-21.3.0.0.jar 下载
ojdbc8_g-21.3.0.0.pom 下载
ojdbc8_g-21.3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.oracle.database.jdbc.debug</groupId>
  <artifactId>ojdbc8_g</artifactId>
  <version>21.3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.database.jdbc.debug:ojdbc8_g:21.3.0.0'
Gradle Kotlin
implementation("com.oracle.database.jdbc.debug:ojdbc8_g:21.3.0.0")
Scala SBT
libraryDependencies += "com.oracle.database.jdbc.debug" % "ojdbc8_g" % "21.3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.database.jdbc.debug', module='ojdbc8_g', version='21.3.0.0')
)
Apache Ivy
<dependency org="com.oracle.database.jdbc.debug" name="ojdbc8_g" rev="21.3.0.0" />
Leiningen
[com.oracle.database.jdbc.debug/ojdbc8_g "21.3.0.0"]
Apache Buildr
'com.oracle.database.jdbc.debug:ojdbc8_g:jar:21.3.0.0'
本项目依赖
该项目无第三方依赖