| GroupId | GroupIdbe.mjosoft |
|---|---|
| ArtifactId | ArtifactIdMjoSoft-APNService |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| MjoSoft-APNService-1.0.0.pom | |
| MjoSoft-APNService-1.0.0.jar | 14 KB |
| MjoSoft-APNService-1.0.0-sources.jar | 7 KB |
| MjoSoft-APNService-1.0.0-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/be.mjosoft/MjoSoft-APNService/ -->
<dependency>
<groupId>be.mjosoft</groupId>
<artifactId>MjoSoft-APNService</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.mjosoft/MjoSoft-APNService/
implementation 'be.mjosoft:MjoSoft-APNService:1.0.0'
// https://jarcasting.com/artifacts/be.mjosoft/MjoSoft-APNService/
implementation ("be.mjosoft:MjoSoft-APNService:1.0.0")
'be.mjosoft:MjoSoft-APNService:jar:1.0.0'
<dependency org="be.mjosoft" name="MjoSoft-APNService" rev="1.0.0">
<artifact name="MjoSoft-APNService" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.mjosoft', module='MjoSoft-APNService', version='1.0.0')
)
libraryDependencies += "be.mjosoft" % "MjoSoft-APNService" % "1.0.0"
[be.mjosoft/MjoSoft-APNService "1.0.0"]