SDK reference

更新时间:
复制 MD 格式

You can use the Java Software Development Kit (SDK) for the identity verification service to make API calls.

Get the Java SDK

You can use the following code to add the Java Maven dependency and obtain the SDK.

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>aliyun-java-sdk-crm</artifactId>
    <version>2.2.1</version>
</dependency>