Skip to content

Tandoy/huaweicloud-sdk-java-dis

 
 

Repository files navigation

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.14</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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%