odbc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibm.informix</groupId> <artifactId>odbc</artifactId> <version>4.10.10</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.ibm.informix</groupId> <artifactId>odbc</artifactId> <version>4.10.10</version> <name>odbc</name> <description>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.</description> <url>www.ibm.com</url> <licenses> <license> <name>Informix ODBC License</name> <url>http://www-03.ibm.com/software/sla/sladb.nsf/doclookup/CA4476C0AF8346EC852579290012D218?OpenDocument</url> </license> </licenses> <developers> <developer> <name>Kevin J. Smith</name> <email>smithk@hcl.com</email> <organization>org.apache.maven.model.Organization@a1680a32</organization> <organizationUrl>www.ibm.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com/ibm-informix/InformixServer.git</connection> <developerConnection>scm:git:git@github.com/ibm-informix/InformixServer.git</developerConnection> <url>scm:git:git@github.com/ibm-informix/InformixServer.git</url> </scm> </project>