APNs Http2 Client

A Java APNs library using Apple HTTP/2 API.This library uses Netty4.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.yawenok
ArtifactId

ArtifactId

apns-http2-client
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

APNs Http2 Client
A Java APNs library using Apple HTTP/2 API.This library uses Netty4.

Download apns-http2-client

How to add to project

<!-- 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"]

Dependencies

compile (7)

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

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0