License |
License |
---|---|
GroupId | GroupIdcom.github.mlaccetti |
ArtifactId | ArtifactIdjavapns |
Version | Version2.3.2 |
Type | Typejar |
Description |
DescriptionJavaPNS
Java API for Apple Push Notification Service
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javapns-2.3.2.pom | |
javapns-2.3.2.jar | 90 KB |
javapns-2.3.2-sources.jar | 79 KB |
javapns-2.3.2-javadoc.jar | 354 KB |
javapns-2.3.2-jar-with-dependencies.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mlaccetti/javapns/ -->
<dependency>
<groupId>com.github.mlaccetti</groupId>
<artifactId>javapns</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mlaccetti/javapns/
implementation 'com.github.mlaccetti:javapns:2.3.2'
// https://jarcasting.com/artifacts/com.github.mlaccetti/javapns/
implementation ("com.github.mlaccetti:javapns:2.3.2")
'com.github.mlaccetti:javapns:jar:2.3.2'
<dependency org="com.github.mlaccetti" name="javapns" rev="2.3.2">
<artifact name="javapns" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mlaccetti', module='javapns', version='2.3.2')
)
libraryDependencies += "com.github.mlaccetti" % "javapns" % "2.3.2"
[com.github.mlaccetti/javapns "2.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.19 |
org.json : json | jar | 20160212 |
org.bouncycastle : bcprov-jdk15on | jar | 1.54 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.19 |