License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcn.jpush.api |
ArtifactId | ArtifactIdjpush-client |
Last Version | Last Version3.6.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJPush API Java Client
JPush's officially supported Java client library for accessing JPush APIs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jpush-client-3.6.3.pom | |
jpush-client-3.6.3.jar | 127 KB |
jpush-client-3.6.3-sources.jar | 54 KB |
jpush-client-3.6.3-javadoc.jar | 504 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.jpush.api/jpush-client/ -->
<dependency>
<groupId>cn.jpush.api</groupId>
<artifactId>jpush-client</artifactId>
<version>3.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jpush.api/jpush-client/
implementation 'cn.jpush.api:jpush-client:3.6.3'
// https://jarcasting.com/artifacts/cn.jpush.api/jpush-client/
implementation ("cn.jpush.api:jpush-client:3.6.3")
'cn.jpush.api:jpush-client:jar:3.6.3'
<dependency org="cn.jpush.api" name="jpush-client" rev="3.6.3">
<artifact name="jpush-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jpush.api', module='jpush-client', version='3.6.3')
)
libraryDependencies += "cn.jpush.api" % "jpush-client" % "3.6.3"
[cn.jpush.api/jpush-client "3.6.3"]
Group / Artifact | Type | Version |
---|---|---|
cn.jpush.api : jiguang-common | jar | 1.2.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
io.netty : netty-all | jar | 4.1.6.Final |
com.google.code.gson : gson | jar | 2.3 |
org.slf4j : slf4j-api | jar | 1.7.7 |
org.bouncycastle : bcprov-jdk15on | jar | 1.60 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.60 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
log4j : log4j | jar | 1.2.17 |
junit : junit | jar | 4.13.1 |
com.squareup.okhttp : mockwebserver | jar | 2.0.0 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : hamcrest-core | jar | 2.2 |