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)
文件下载
文件名 操作
jcc-11.5.5.0.jar 下载
jcc-11.5.5.0.pom 下载
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'
本项目依赖
该项目无第三方依赖