# aliyun-oss-java-sdk **Repository Path**: xtdun/aliyun-oss-java-sdk ## Basic Information - **Project Name**: aliyun-oss-java-sdk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-01 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Aliyun OSS SDK for Java [![GitHub version](https://badge.fury.io/gh/aliyun%2Faliyun-oss-java-sdk.svg)](https://badge.fury.io/gh/aliyun%2Faliyun-oss-java-sdk) [![Build Status](https://travis-ci.org/aliyun/aliyun-oss-java-sdk.svg?branch=master)](https://travis-ci.org/aliyun/aliyun-oss-java-sdk) 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](https://help.aliyun.com/document_detail/32170.html). - [SDK Homepage](https://help.aliyun.com/document_detail/32008.html) - [API Docs](https://gosspublic.alicdn.com/AliyunJavaSDK/latest/javadoc/index.html) - [Developer Guide](https://help.aliyun.com/document_detail/31827.html) - [Issues](https://github.com/aliyun/aliyun-oss-java-sdk/issues) - [Release](https://github.com/aliyun/aliyun-oss-java-sdk/releases) ## 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: ``` com.aliyun.oss aliyun-sdk-oss 3.8.0 ``` See the Setup section of [the SDK Reference](https://help.aliyun.com/document_detail/32009.html) 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 - [Yubin Bai](https://github.com/baiyubin) - [Mengbang Xing](https://github.com/xingfeng2510) ## License [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)