SDK reference

Updated at:
Copy as 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>