License |
License |
---|---|
GroupId | GroupIdcom.ganyo |
ArtifactId | ArtifactIdapns |
Last Version | Last Version0.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Apple Push Notification Service Library
Library to send Apple Push Notification.
|
Filename | Size |
---|---|
apns-0.2.2.pom | |
apns-0.2.2.jar | 52 KB |
apns-0.2.2-tests.jar | 55 KB |
apns-0.2.2-sources.jar | 48 KB |
apns-0.2.2-javadoc.jar | 205 KB |
apns-0.2.2-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ganyo/apns/ -->
<dependency>
<groupId>com.ganyo</groupId>
<artifactId>apns</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ganyo/apns/
implementation 'com.ganyo:apns:0.2.2'
// https://jarcasting.com/artifacts/com.ganyo/apns/
implementation ("com.ganyo:apns:0.2.2")
'com.ganyo:apns:jar:0.2.2'
<dependency org="com.ganyo" name="apns" rev="0.2.2">
<artifact name="apns" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ganyo', module='apns', version='0.2.2')
)
libraryDependencies += "com.ganyo" % "apns" % "0.2.2"
[com.ganyo/apns "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.1.4 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.9 |
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |