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