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

Obtaining JDBC

JDBC drivers are used to connect to DataArtsFabric SQL. You can obtain JDBC in the following way:

Obtaining It from the Maven Repository

Copy the Maven repository information to the pom.xml file.

Add the following Maven coordinates to the pom.xml file:
<dependency>
     <groupId>com.huaweicloud.dws</groupId>
     <artifactId>huaweicloud-dws-jdbc</artifactId>
     <version>8.5.1</version>
</dependency>