Downloading SDK

  • Log in to the Huawei public cloud platform. Visit the following website to download the CS SDK software package and documents: https://developer.huaweicloud.com/en-us/sdk?all.
  • You can download the SDK software package by configuring the Maven repository. Specifically, add the following code to the pom file:
    <dependency>  
        <groupId>com.huaweicloud.cs</groupId>  
        <artifactId>huaweicloud-cs-java-sdk</artifactId>  
        <version>1.1.8</version>
    </dependency>