/huaweicloud-sdk-java-dis

Java SDK of DIS (Data Ingestion Service) for HUAWEI CLOUD

Primary LanguageJavaApache License 2.0Apache-2.0

Huawei Cloud DIS SDK for Java

The Huawei Cloud DIS Sdk enables Java developers to easily work with Huawei Cloud DIS. You can get started in minutes using Maven.

Quick Links:

Getting Started

Requirements

To run the SDK you will need Java 1.6+.

Install the JDK

The recommended way to use the DIS SDK for Java in your project is to consume it from Maven.

Specify the SDK Maven dependency

<dependency>
    <groupId>com.huaweicloud.dis</groupId>
    <artifactId>huaweicloud-sdk-java-dis</artifactId>
    <version>1.3.19</version>
    <scope>compile</scope>
</dependency>

Building From Source

Once you check out the code from GitHub, you can build it using Maven:

mvn clean install

License

Apache License 2.0