| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.david402 |
| Идентификатор | Идентификаторplayservice-plugin |
| Версия | Версия0.0.7 |
| Тип | Типjar |
| Описание |
ОписаниеGoogle Play Service Gradle Plugin
A Gradle plugin for include and customize play service lib
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| playservice-plugin-0.0.7.pom | |
| playservice-plugin-0.0.7.jar | 20 KB |
| playservice-plugin-0.0.7-sources.jar | 3 KB |
| playservice-plugin-0.0.7-javadoc.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.david402/playservice-plugin/ -->
<dependency>
<groupId>com.github.david402</groupId>
<artifactId>playservice-plugin</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.david402/playservice-plugin/
implementation 'com.github.david402:playservice-plugin:0.0.7'
// https://jarcasting.com/artifacts/com.github.david402/playservice-plugin/
implementation ("com.github.david402:playservice-plugin:0.0.7")
'com.github.david402:playservice-plugin:jar:0.0.7'
<dependency org="com.github.david402" name="playservice-plugin" rev="0.0.7">
<artifact name="playservice-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.david402', module='playservice-plugin', version='0.0.7')
)
libraryDependencies += "com.github.david402" % "playservice-plugin" % "0.0.7"
[com.github.david402/playservice-plugin "0.0.7"]