Download jpush-client-3.2.3.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.2.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials