This topic describes Alibaba Cloud SDKs and ApsaraDB for HBase SDKs. You can use one of the SDKs to make API calls in OpenAPI Explorer. This helps you manage ApsaraDB for HBase instances. You can use an SDK to create, expand, or delete an instance. You can also use an SDK to configure the whitelist of an instance and manage tags. Take note that cloud native Alibaba Cloud SDKs are different from ApsaraDB for HBase SDKs.
You can use the following sample code to install ApsaraDB for HBase SDK. The SDK version used in this example is only for reference. Use Maven to install ApsaraDB for HBase SDK of the latest version.
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-hbase</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<version>4.4.7</version>
</dependency>