File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616## 安装
1717
1818### maven 方式
19- 将下边的依赖条件放到你项目的 maven pom.xml 文件里。v3.4.6 为例,最新版本请看[ Release页面] ( https://github.com/jpush/jpush-api-java-client/releases )
19+ 将下边的依赖条件放到你项目的 maven pom.xml 文件里。v3.4.8 为例,最新版本请看[ Release页面] ( https://github.com/jpush/jpush-api-java-client/releases )
2020
2121``` Java
2222< dependency>
2323 < groupId> cn. jpush. api< / groupId>
2424 < artifactId> jpush- client< / artifactId>
25- < version> 3.4 . 7 < / version>
25+ < version> 3.4 . 8 < / version>
2626< / dependency>
2727```
2828### jar 包方式
3131
3232
3333### 依赖包
34- * [ jiguang-java-client-common] ( https://github.com/jpush/jiguang-java-client-common ) / 极光 Java client 的公共封装开发包,必须依赖,v1.1.4 为例,查看[ 最新版本] ( https://github.com/jpush/jiguang-java-client-common/releases )
34+ * [ jiguang-java-client-common] ( https://github.com/jpush/jiguang-java-client-common ) / 极光 Java client 的公共封装开发包,必须依赖,v1.1.10 为例,查看[ 最新版本] ( https://github.com/jpush/jiguang-java-client-common/releases )
3535* [ slf4j] ( http://www.slf4j.org/ ) / log4j (Logger)
3636* [ gson] ( https://code.google.com/p/google-gson/ ) (Google JSON Utils)
3737
4343 < dependency>
4444 < groupId> cn. jpush. api< / groupId>
4545 < artifactId> jiguang- common< / artifactId>
46- < version> 1.1 . 8 < / version>
46+ < version> 1.1 . 10 < / version>
4747 < / dependency>
4848 < dependency>
4949 < groupId> io. netty< / groupId>
You can’t perform that action at this time.
0 commit comments