License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.ibm.informix |
ArtifactId | ArtifactIdodbc |
Last Version | Last Version4.10.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionodbc
IBM Informix® ODBC Driver is a native-protocol that supports the ODBC specification. When you use Informix ODBC Driver in a program to interact with the Informix database, your session connects directly to the database or database server, without a middle tier. You can use the ODBC driver for many different C based applications that access the Informix database server.
|
Filename | Size |
---|---|
odbc-4.10.10.pom | |
odbc-4.10.10.jar | 493 bytes |
odbc-4.10.10-sources.jar | 493 bytes |
odbc-4.10.10-linux-x86_64.tar | 87 MB |
odbc-4.10.10-javadoc.jar | 495 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.informix/odbc/ -->
<dependency>
<groupId>com.ibm.informix</groupId>
<artifactId>odbc</artifactId>
<version>4.10.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.informix/odbc/
implementation 'com.ibm.informix:odbc:4.10.10'
// https://jarcasting.com/artifacts/com.ibm.informix/odbc/
implementation ("com.ibm.informix:odbc:4.10.10")
'com.ibm.informix:odbc:jar:4.10.10'
<dependency org="com.ibm.informix" name="odbc" rev="4.10.10">
<artifact name="odbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.informix', module='odbc', version='4.10.10')
)
libraryDependencies += "com.ibm.informix" % "odbc" % "4.10.10"
[com.ibm.informix/odbc "4.10.10"]