Skip to content

Commit bc758a5

Browse files
committed
Update DOC
1 parent 02d0a56 commit bc758a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
## 安装
1919

2020
### maven 方式
21-
将下边的依赖条件放到你项目的 maven pom.xml 文件里。
21+
将下边的依赖条件放到你项目的 maven pom.xml 文件里。以 v3.3.10 为例,最新版本请看[Release页面](https://github.com/jpush/jpush-api-java-client/releases)
2222

2323
```Java
2424
<dependency>
2525
<groupId>cn.jpush.api</groupId>
2626
<artifactId>jpush-client</artifactId>
27-
<version>3.3.9</version>
27+
<version>3.3.10</version>
2828
</dependency>
2929
```
3030
### jar 包方式
@@ -33,6 +33,7 @@
3333

3434

3535
### 依赖包
36+
* [jiguang-java-client-common](https://github.com/jpush/jiguang-java-client-common) / 极光 Java client 的公共封装开发包,必须依赖,查看[最新版本](https://github.com/jpush/jiguang-java-client-common/releases)
3637
* [slf4j](http://www.slf4j.org/) / log4j (Logger)
3738
* [gson](https://code.google.com/p/google-gson/) (Google JSON Utils)
3839

@@ -44,7 +45,7 @@
4445
<dependency>
4546
<groupId>cn.jpush.api</groupId>
4647
<artifactId>jiguang-common</artifactId>
47-
<version>1.1.3</version>
48+
<version>1.1.4</version>
4849
</dependency>
4950
<dependency>
5051
<groupId>io.netty</groupId>

0 commit comments

Comments
 (0)