Skip to content

Commit

Permalink
remove jpush-client-3.2.5.jar add link
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuchy1 committed Jun 25, 2015
1 parent 2c011bd commit 1ff14df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@

这是 JPush REST API 的 Java 版本封装开发包,是由极光推送官方提供的,一般支持最新的 API 功能。

对应的 REST API 文档:<http://docs.jpush.cn/display/dev/REST+API>
对应的 REST API 文档:尚未对外开放

本开发包 Javadoc:[API Docs](http://jpush.github.io/jmessage-api-java-client/apidocs/)

Expand Down Expand Up @@ -38,6 +38,8 @@

> 其中 slf4j 可以与 logback, log4j, commons-logging 等日志框架一起工作,可根据你的需要配置使用。
> jpush-client的jar包下载。[请点击](https://github.com/jpush/jpush-api-java-client/releases)
如果使用 Maven 构建项目,则需要在你的项目 pom.xml 里增加:

```Java
Expand Down
Binary file removed libs/jpush-client-3.2.5.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/javadoc-overview.html
Expand Up @@ -5,6 +5,6 @@
<body>
JMessage API Java 客户端。

主要分为 2 个功能部分:用户管理、群组管理
主要分为 2 个功能部分:用户管理、群组管理
</body>
</html>

0 comments on commit 1ff14df

Please sign in to comment.