Skip to content

hunqiulu/aliyun-oss-java-sdk

This branch is 204 commits behind aliyun/aliyun-oss-java-sdk:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bcb7b2 · Jul 12, 2019
May 21, 2016
Jul 12, 2019
Aug 30, 2016
Nov 27, 2017
Dec 6, 2017
Jun 22, 2019

Repository files navigation

Aliyun OSS SDK for Java

GitHub version Build Status

The Aliyun OSS SDK for Java enables Java developers to easily work with Aliyun OSS. You can get started in minutes using Maven or by downloading a single zip file.

Requirements

  • Java 1.6 or later
  • Maven

Install

The recommended way to use the Aliyun OSS SDK for Java in your project is to consume it from Maven. Import as follows:

<dependency>
    <groupId>com.aliyun.oss</groupId>
    <artifactId>aliyun-sdk-oss</artifactId>
    <version>2.8.3</version>
</dependency>

See the Setup section of the SDK Reference for more information about installing the SDK through other means.

Build

Once you check out the code from GitHub, you can build it using Maven. Use the following command to build:

mvn clean install -DskipTests

Authors

License

Apache License 2.0

About

Aliyun OSS SDK for Java

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%