jcc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibm.db2</groupId> <artifactId>jcc</artifactId> <version>12.1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.ibm.db2</groupId> <artifactId>jcc</artifactId> <version>12.1.0.0</version> <name>IBM Data Server Driver for JDBC and SQLJ</name> <description>IBM Data Server Driver for JDBC and SQLJ is a pure-Java driver (Type 4) that supports the JDBC 4 specification. You can use this JDBC driver for Java applications that access the Db2® LUW database server.</description> <licenses> <license> <name>International Program License Agreement (IPLA)</name> <url>https://www.ibm.com/support/customer/csol/terms/?ref=L-DCUA-QQ54XG-01-10-2024-zz-en</url> <distribution>repo</distribution> <comments>You can use this JDBC driver for Java applications that access the Db2 LUW database server</comments> </license> </licenses> </project>