Download jpush-client-3.3.2.jar file - Jar j

Jar examples for j:jpush-client

Description

JPush's officially supported Java client library for accessing JPush APIs.

You can download jar file jpush-client 3.3.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jpush-client-3.3.2.jar to your project.

<dependency>
   <groupId>cn.jpush.api</groupId>
   <artifactId>jpush-client</artifactId>
   <version>3.3.2</version>
</dependency>
compile group: 'cn.jpush.api', name: 'jpush-client', version: '3.3.2'
libraryDependencies += "cn.jpush.api" % "jpush-client" % "3.3.2"
<dependency org="cn.jpush.api" name="jpush-client" rev="3.3.2"/>
@Grapes(@Grab(group='cn.jpush.api', module='jpush-client', version='3.3.2'))
'cn.jpush.api:jpush-client:jar:3.3.2'

Download

Click the following link to download the jar file.

jpush-client-3.3.2-javadoc.jar
jpush-client-3.3.2-sources.jar
jpush-client-3.3.2.jar
jpush-client-3.3.2.pom



Related Tutorials