j

jcc

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.
International Program License Agreement (IPLA)
Files download
File Operation
jcc-11.5.5.0.jar download
jcc-11.5.5.0.pom download
Apache Maven
<dependency>
  <groupId>com.ibm.db2</groupId>
  <artifactId>jcc</artifactId>
  <version>11.5.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.ibm.db2:jcc:11.5.5.0'
Gradle Kotlin
implementation("com.ibm.db2:jcc:11.5.5.0")
Scala SBT
libraryDependencies += "com.ibm.db2" % "jcc" % "11.5.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.db2', module='jcc', version='11.5.5.0')
)
Apache Ivy
<dependency org="com.ibm.db2" name="jcc" rev="11.5.5.0" />
Leiningen
[com.ibm.db2/jcc "11.5.5.0"]
Apache Buildr
'com.ibm.db2:jcc:jar:11.5.5.0'
Dependencies
The project has no third-party dependencies