License |
License |
---|---|
Categories |
CategoriesDB2 Data Databases |
GroupId | GroupIdcom.ibm.db2 |
ArtifactId | ArtifactIdjcc |
Last Version | Last Version11.5.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIBM Data Server Driver for JDBC and SQLJ
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.
|
Filename | Size |
---|---|
jcc-11.5.7.0.pom | |
jcc-11.5.7.0.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.db2/jcc/ -->
<dependency>
<groupId>com.ibm.db2</groupId>
<artifactId>jcc</artifactId>
<version>11.5.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.db2/jcc/
implementation 'com.ibm.db2:jcc:11.5.7.0'
// https://jarcasting.com/artifacts/com.ibm.db2/jcc/
implementation ("com.ibm.db2:jcc:11.5.7.0")
'com.ibm.db2:jcc:jar:11.5.7.0'
<dependency org="com.ibm.db2" name="jcc" rev="11.5.7.0">
<artifact name="jcc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.db2', module='jcc', version='11.5.7.0')
)
libraryDependencies += "com.ibm.db2" % "jcc" % "11.5.7.0"
[com.ibm.db2/jcc "11.5.7.0"]