Skip to content

Release v6.1.8 #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 24, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Qiniu Logo](http://qiniutek.com/images/logo-2.png)](http://qiniu.com/)

此 Java SDK 适用于 Java 6 及以上版本,基于 [七牛云存储官方API](http://docs.qiniutek.com/v2/api/) 构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。
此 Java SDK 适用于 Java 6 及以上版本,基于 [七牛云存储官方API](http://developer.qiniu.com/docs/v6/sdk/java-sdk.html) 构建。使用此 SDK 构建您的网络应用程序,能让您以非常便捷地方式将数据安全地存储到七牛云存储上。无论您的网络应用是一个网站程序,还是包括从云端(服务端程序)到终端(手持设备应用)的架构的服务或应用,通过七牛云存储及其 SDK,都能让您应用程序的终端用户高速上传和下载,同时也让您的服务端更加轻盈。


## 安装
Expand All @@ -21,6 +21,7 @@

其中最新版本的版本号可以到 https://github.com/qiniu/java-sdk/tags 这里查看。

如果想直接下载依赖的jar,可以到 这个地址进行下载 [http://javasdk.qiniudn.com/dependencies.zip](http://javasdk.qiniudn.com/dependencies.zip)

## 使用

Expand All @@ -38,7 +39,7 @@

## 许可证

Copyright (c) 2012 qiniutek.com
Copyright (c) 2012-2014 qiniu.com

基于 MIT 协议发布:

Expand Down
Loading