o

ojdbc8_g

Oracle JDBC Driver compatible with JDK8, JDK9, and JDK11
https://www.oracle.com/database/technologies/appdev/jdbc.html
Oracle Free Use Terms and Conditions (FUTC)
文件下载
文件名 操作
ojdbc8_g-18.3.0.0.jar 下载
ojdbc8_g-18.3.0.0.pom 下载
ojdbc8_g-18.3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.oracle.database.jdbc.debug</groupId>
  <artifactId>ojdbc8_g</artifactId>
  <version>18.3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.oracle.database.jdbc.debug:ojdbc8_g:18.3.0.0'
Gradle Kotlin
implementation("com.oracle.database.jdbc.debug:ojdbc8_g:18.3.0.0")
Scala SBT
libraryDependencies += "com.oracle.database.jdbc.debug" % "ojdbc8_g" % "18.3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.oracle.database.jdbc.debug', module='ojdbc8_g', version='18.3.0.0')
)
Apache Ivy
<dependency org="com.oracle.database.jdbc.debug" name="ojdbc8_g" rev="18.3.0.0" />
Leiningen
[com.oracle.database.jdbc.debug/ojdbc8_g "18.3.0.0"]
Apache Buildr
'com.oracle.database.jdbc.debug:ojdbc8_g:jar:18.3.0.0'