A pure-Java Type 4 JDBC driver for connecting Java applications to IBM Db2 LUW databases, supporting JDBC 4 specification.
<dependency>
<groupId>com.ibm.db2</groupId>
<artifactId>jcc</artifactId>
<version>12.1.4.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to register the Db2 JDBC driver and connect to a database.
Ensure the appropriate Db2 license file (e.g., db2jcc_license_cu.jar) is included in the classpath.
No dependency data recorded yet.