License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcn.jpush.api |
ArtifactId | ArtifactIdjpush-client |
Version | Version3.5.1 |
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.5.1.pom | |
jpush-client-3.5.1.jar | 156 KB |
jpush-client-3.5.1-sources.jar | 66 KB |
jpush-client-3.5.1-javadoc.jar | 612 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.jpush.api/jpush-client/ -->
<dependency>
<groupId>cn.jpush.api</groupId>
<artifactId>jpush-client</artifactId>
<version>3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jpush.api/jpush-client/
implementation 'cn.jpush.api:jpush-client:3.5.1'
// https://jarcasting.com/artifacts/cn.jpush.api/jpush-client/
implementation ("cn.jpush.api:jpush-client:3.5.1")
'cn.jpush.api:jpush-client:jar:3.5.1'
<dependency org="cn.jpush.api" name="jpush-client" rev="3.5.1">
<artifact name="jpush-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jpush.api', module='jpush-client', version='3.5.1')
)
libraryDependencies += "cn.jpush.api" % "jpush-client" % "3.5.1"
[cn.jpush.api/jpush-client "3.5.1"]
Group / Artifact | Type | Version |
---|---|---|
cn.jpush.api : jiguang-common | jar | 1.1.10 |
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.11 |
com.squareup.okhttp : mockwebserver | jar | 2.0.0 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : hamcrest-core | jar | 2.2 |