| Группа | Группаbe.mjosoft |
|---|---|
| Идентификатор | ИдентификаторMjoSoft-APNService |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| MjoSoft-APNService-1.0.1.pom | |
| MjoSoft-APNService-1.0.1.jar | 15 KB |
| MjoSoft-APNService-1.0.1-sources.jar | 7 KB |
| MjoSoft-APNService-1.0.1-javadoc.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/be.mjosoft/MjoSoft-APNService/ -->
<dependency>
<groupId>be.mjosoft</groupId>
<artifactId>MjoSoft-APNService</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/be.mjosoft/MjoSoft-APNService/
implementation 'be.mjosoft:MjoSoft-APNService:1.0.1'
// https://jarcasting.com/artifacts/be.mjosoft/MjoSoft-APNService/
implementation ("be.mjosoft:MjoSoft-APNService:1.0.1")
'be.mjosoft:MjoSoft-APNService:jar:1.0.1'
<dependency org="be.mjosoft" name="MjoSoft-APNService" rev="1.0.1">
<artifact name="MjoSoft-APNService" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.mjosoft', module='MjoSoft-APNService', version='1.0.1')
)
libraryDependencies += "be.mjosoft" % "MjoSoft-APNService" % "1.0.1"
[be.mjosoft/MjoSoft-APNService "1.0.1"]