Updated on 2025-08-25 GMT+08:00

Obtaining the JDBC Driver

You can obtain the Java SDK as follows:

  • Use the Maven central repository and a Maven project to download and install the Java SDK.

    Add the following dependency to the pom.xml file in your Maven project:

    <dependency>
        <groupId>com.huaweicloud.dws</groupId>
        <artifactId>huaweicloud-dws-jdbc</artifactId>
        <version>8.5.0.101</version>
    </dependency>