MVN

com.oracle.database.jdbc : ucp

Maven & Gradle

Aug 07, 2023
43 usages

ucp · Oracle Universal Connection Pool (UCP)

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

Latest Version

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

  • Latest Stable: 21.11.0.0

All Versions

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

Version Vulnerabilities Updated
23.2.x
ucp-23.2.0.0
21.11.x
ucp-21.11.0.0
21.10.x
ucp-21.10.0.0
21.9.x
ucp-21.9.0.0
21.8.x
ucp-21.8.0.0
21.7.x
ucp-21.7.0.0
21.6.x
ucp-21.6.0.0
ucp-21.6.0.0.1
21.5.x
ucp-21.5.0.0
21.4.x
ucp-21.4.0.0.1
ucp-21.4.0.0
21.3.x
ucp-21.3.0.0
21.1.x
ucp-21.1.0.0
19.20.x
ucp-19.20.0.0
19.19.x
ucp-19.19.0.0
19.18.x
ucp-19.18.0.0
19.17.x
ucp-19.17.0.0
19.16.x
ucp-19.16.0.0
19.15.x
ucp-19.15.0.0.1
ucp-19.15.0.0
19.14.x
ucp-19.14.0.0
19.13.x
ucp-19.13.0.0.1
ucp-19.13.0.0
19.12.x
ucp-19.12.0.0
19.11.x
ucp-19.11.0.0
19.10.x
ucp-19.10.0.0
19.9.x
ucp-19.9.0.0
19.8.x
ucp-19.8.0.0
19.7.x
ucp-19.7.0.0
19.6.x
ucp-19.6.0.0
19.3.x
ucp-19.3.0.0
18.15.x
ucp-18.15.0.0
18.3.x
ucp-18.3.0.0
12.2.x
ucp-12.2.0.1
11.2.x
ucp-11.2.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.oracle.database.jdbc</groupId>
    <artifactId>ucp</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 : ucp gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement