j

jpush-client

JPush's officially supported Java client library for accessing JPush APIs.
https://github.com/jpush/jpush-api-java-client
The Apache Software License, Version 2.0
Files download
File Operation
jpush-client-3.7.1.jar download
jpush-client-3.7.1.pom download
jpush-client-3.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.jpush.api</groupId>
  <artifactId>jpush-client</artifactId>
  <version>3.7.1</version>
</dependency>
Gradle Groovy
implementation 'cn.jpush.api:jpush-client:3.7.1'
Gradle Kotlin
implementation("cn.jpush.api:jpush-client:3.7.1")
Scala SBT
libraryDependencies += "cn.jpush.api" % "jpush-client" % "3.7.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.jpush.api', module='jpush-client', version='3.7.1')
)
Apache Ivy
<dependency org="cn.jpush.api" name="jpush-client" rev="3.7.1" />
Leiningen
[cn.jpush.api/jpush-client "3.7.1"]
Apache Buildr
'cn.jpush.api:jpush-client:jar:3.7.1'