MVN

com.oracle.database.jdbc : ojdbc11

Maven & Gradle

Aug 07, 2023
44 usages

ojdbc11 · Oracle JDBC Driver compatible with JDK11, JDK12, JDK13, JDK14 and JDK15

<dependency>
    <groupId>com.oracle.database.jdbc</groupId>
    <artifactId>ojdbc11</artifactId>
    <version>21.11.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.database.jdbc : ojdbc11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.11.0.0

All Versions

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

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

How to add a dependency to Maven

Add the following com.oracle.database.jdbc : ojdbc11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.database.jdbc : ojdbc11 gradle dependency to your build.gradle file:

implementation 'com.oracle.database.jdbc:ojdbc11:21.11.0.0'

Gradle Kotlin DSL: Add the following com.oracle.database.jdbc : ojdbc11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.database.jdbc:ojdbc11:21.11.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.database.jdbc : ojdbc11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.database.jdbc" % "ojdbc11" % "21.11.0.0"

Advertisement