| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.github.yawenok |
| ArtifactId | ArtifactIdapns-http2-client |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAPNs Http2 Client
A Java APNs library using Apple HTTP/2 API.This library uses Netty4.
|
| Filename | Size |
|---|---|
| apns-http2-client-1.0.1.pom | |
| apns-http2-client-1.0.1.jar | 51 KB |
| apns-http2-client-1.0.1-sources.jar | 28 KB |
| apns-http2-client-1.0.1-javadoc.jar | 307 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.yawenok/apns-http2-client/ -->
<dependency>
<groupId>io.github.yawenok</groupId>
<artifactId>apns-http2-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yawenok/apns-http2-client/
implementation 'io.github.yawenok:apns-http2-client:1.0.1'
// https://jarcasting.com/artifacts/io.github.yawenok/apns-http2-client/
implementation ("io.github.yawenok:apns-http2-client:1.0.1")
'io.github.yawenok:apns-http2-client:jar:1.0.1'
<dependency org="io.github.yawenok" name="apns-http2-client" rev="1.0.1">
<artifact name="apns-http2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yawenok', module='apns-http2-client', version='1.0.1')
)
libraryDependencies += "io.github.yawenok" % "apns-http2-client" % "1.0.1"
[io.github.yawenok/apns-http2-client "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| io.netty : netty-all | jar | 4.1.1.Final |
| io.netty : netty-tcnative-boringssl-static | jar | 1.1.33.Fork17 |
| com.alibaba : fastjson | jar | 1.2.31 |
| org.slf4j : slf4j-api | jar | 1.7.6 |
| io.jsonwebtoken : jjwt | jar | 0.9.1 |
| org.apache.commons : commons-pool2 | jar | 2.4.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.6 |