maven/com/oracle/database/jdbc/ucp/21.1.0.0/ucp-21.1.0.0.pom

40 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-06-20 17:09:38 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ucp</artifactId>
<version>21.1.0.0</version>
<packaging>jar</packaging>
<!--
ucp.jar: The Java Universal Connection Pool for Oracle and non-Oracle DBs.
Refer to "List of Artifacts (BOM)" section of the Maven Central Guide
https://www.oracle.com/database/technologies/maven-central-guide.html#artifacts
-->
<name>ucp</name>
<description>Oracle Universal Connection Pool (UCP)</description>
<url>https://www.oracle.com/database/technologies/maven-central-guide.html</url>
<inceptionYear>1997</inceptionYear>
<licenses>
<license>
<name>Oracle Free Use Terms and Conditions (FUTC)</name>
<url>https://www.oracle.com/downloads/licenses/oracle-free-license.html</url>
</license>
</licenses>
<developers>
<developer>
<organization>Oracle America, Inc.</organization>
<organizationUrl>http://www.oracle.com</organizationUrl>
</developer>
</developers>
<scm>
<url></url>
</scm>
</project>