# aliyun-oss-java-sdk **Repository Path**: mirrors/aliyun-oss-java-sdk ## Basic Information - **Project Name**: aliyun-oss-java-sdk - **Description**: Aliyun OSS SDK for Java - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2026-02-14 ## 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) ## About OSS SDK for Java V2 > - OSS SDK for Java V2([alibabacloud-oss-java-sdk-v2](https://github.com/aliyun/alibabacloud-oss-java-sdk-v2)) has been released, it is a major rewrite of OSS SDK for Java V1 (aliyun-oss-java-sdk). > - V2 simplifies underlying operations such as identification authentication, automatic retry of failed requests, and error handling. It provides flexible parameter configuration methods and rich advanced operations, such as paginator, transmission managers, and File-like operations. This comprehensively improves development efficiency and experience. ## About 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.18.4 ``` 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)