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 16
16
## 安装
17
17
18
18
### 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 )
20
20
21
21
``` Java
22
22
< dependency>
23
23
< groupId> cn. jpush. api< / groupId>
24
24
< artifactId> jpush- client< / artifactId>
25
- < version> 3.4 . 7 < / version>
25
+ < version> 3.4 . 8 < / version>
26
26
< / dependency>
27
27
```
28
28
### jar 包方式
31
31
32
32
33
33
### 依赖包
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 )
35
35
* [ slf4j] ( http://www.slf4j.org/ ) / log4j (Logger)
36
36
* [ gson] ( https://code.google.com/p/google-gson/ ) (Google JSON Utils)
37
37
43
43
< dependency>
44
44
< groupId> cn. jpush. api< / groupId>
45
45
< artifactId> jiguang- common< / artifactId>
46
- < version> 1.1 . 8 < / version>
46
+ < version> 1.1 . 10 < / version>
47
47
< / dependency>
48
48
< dependency>
49
49
< groupId> io. netty< / groupId>
You can’t perform that action at this time.
0 commit comments