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.1.4.4.jar 下载
jcc-11.1.4.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.ibm.db2</groupId>
  <artifactId>jcc</artifactId>
  <version>11.1.4.4</version>
</dependency>
Gradle Groovy
implementation 'com.ibm.db2:jcc:11.1.4.4'
Gradle Kotlin
implementation("com.ibm.db2:jcc:11.1.4.4")
Scala SBT
libraryDependencies += "com.ibm.db2" % "jcc" % "11.1.4.4"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.db2', module='jcc', version='11.1.4.4')
)
Apache Ivy
<dependency org="com.ibm.db2" name="jcc" rev="11.1.4.4" />
Leiningen
[com.ibm.db2/jcc "11.1.4.4"]
Apache Buildr
'com.ibm.db2:jcc:jar:11.1.4.4'
本项目依赖
该项目无第三方依赖