Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 801 Bytes

install.md

File metadata and controls

31 lines (21 loc) · 801 Bytes

Installation Guide

Requirement

This latest SDK requires JDK 1.8+. If you want run it on JDK 1.7, you should use version <= v2.3.1.

Download

Replace the version with the version you need in gradle/maven. It is recommended to use the latest version.

Gradle:

dependencies {
  implementation 'com.yunify:qingstor.sdk.java:2.6.3'
}

Maven:

<dependency>
  <groupId>com.yunify</groupId>
  <artifactId>qingstor.sdk.java</artifactId>
  <version>2.6.5</version>
</dependency>

Latest SDK jar are available from Maven Central.

If you want to use a fatJar(with all deps included), you can download it from our release page.