SDK reference

更新时间:
复制 MD 格式

You can use the Java SDK for the ticket service to make API calls.

Get the Java SDK

Add the following Maven dependency to obtain the Java SDK.

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>aliyun-java-sdk-core</artifactId>
    <version>4.4.3</version>
</dependency>

<dependency>
  <groupId>com.aliyun</groupId>
  <artifactId>aliyun-java-sdk-workorder</artifactId>
  <version>2.0.3</version>
</dependency>