SDK Reference
Alibaba Cloud provides official SDKs for Java, Python, and Go. You can access them from the following links:
For SDKs in other languages, see Third-party SDK services.
For information about how to obtain an AccessKey, see Obtain an AccessKey.
Install the SDK
To install via Maven, you need to add a Maven repository.
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-pvtz</artifactId>
<version>1.0.0</version>
</dependency>
<!-- format output -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.83(Use the latest version)</version>
</dependency>Sample code
For sample code, see OpenAPI Portal.
