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