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.5.3.jar download
jpush-client-3.5.3.pom download
jpush-client-3.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.jpush.api</groupId>
  <artifactId>jpush-client</artifactId>
  <version>3.5.3</version>
</dependency>
Gradle Groovy
implementation 'cn.jpush.api:jpush-client:3.5.3'
Gradle Kotlin
implementation("cn.jpush.api:jpush-client:3.5.3")
Scala SBT
libraryDependencies += "cn.jpush.api" % "jpush-client" % "3.5.3"
Groovy Grape
@Grapes(
  @Grab(group='cn.jpush.api', module='jpush-client', version='3.5.3')
)
Apache Ivy
<dependency org="cn.jpush.api" name="jpush-client" rev="3.5.3" />
Leiningen
[cn.jpush.api/jpush-client "3.5.3"]
Apache Buildr
'cn.jpush.api:jpush-client:jar:3.5.3'