Jar examples for j:jpush-client
JPush's officially supported Java client library for accessing JPush APIs.
You can download jar file jpush-client 3.2.3 in this page.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
jpush-client-3.2.3-javadoc.jar