Obtaining the JDBC Driver

The HCL OneDB™ JDBC Driver is present in the following locations:

  • Download the HCL OneDB JDBC Driver for your specific platform from the HCL License and Delivery portal
  • Obtain the driver from Maven Central at https://search.maven.org/. The Driver is under the following Maven Coordinates
    <dependency>
      <groupId>com.hcl.onedb</groupId>
      <artifactId>onedb-jdbc</artifactId>
      <version>8.0.1.0</version>
    </dependency>