English | 简体中文
- Java 1.8 or later
- Maven
The recommended way to use the AlibabaCloud DKMS SDK for Java in your project is to consume it from Maven. Import as follows:
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>alibabacloud-dkms-gcs-sdk</artifactId>
<version>0.5.3</version>
</dependency>
Once you check out the code from GitHub, you can build it using Maven. Use the following command to build:
mvn clean install -DskipTests
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.