| License |
License
GNU General Public License, version 2
|
|---|---|
| GroupId | GroupIdbe.mjosoft |
| ArtifactId | ArtifactIdMjoSoft-APNService |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMjoSoft-APNService
Java library for easy integration into the Apple Push Notification Service in a Java application.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| MjoSoft-APNService-1.0.3.pom | |
| MjoSoft-APNService-1.0.3.jar | 15 KB |
| MjoSoft-APNService-1.0.3-sources.jar | 7 KB |
| MjoSoft-APNService-1.0.3-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/be.mjosoft/MjoSoft-APNService/ -->
<dependency>
<groupId>be.mjosoft</groupId>
<artifactId>MjoSoft-APNService</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/be.mjosoft/MjoSoft-APNService/
implementation 'be.mjosoft:MjoSoft-APNService:1.0.3'
// https://jarcasting.com/artifacts/be.mjosoft/MjoSoft-APNService/
implementation ("be.mjosoft:MjoSoft-APNService:1.0.3")
'be.mjosoft:MjoSoft-APNService:jar:1.0.3'
<dependency org="be.mjosoft" name="MjoSoft-APNService" rev="1.0.3">
<artifact name="MjoSoft-APNService" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.mjosoft', module='MjoSoft-APNService', version='1.0.3')
)
libraryDependencies += "be.mjosoft" % "MjoSoft-APNService" % "1.0.3"
[be.mjosoft/MjoSoft-APNService "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 1.7.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |