<dependency>
<groupId>cn.jpush.api</groupId>
<artifactId>jpush-client</artifactId>
<version>3.3.4</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- cn.jpush.api:jiguang-common:1.0.9
|-- org.apache.httpcomponents:httpclient:4.5.3
|-- io.netty:netty-all:4.1.6.Final
|-- com.google.code.gson:gson:2.3
test
|-- org.slf4j:slf4j-log4j12:1.7.7
|-- junit:junit:4.11