File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 包方式
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
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>
You can’t perform that action at this time.
0 commit comments