| License |
License |
|---|---|
| GroupId | GroupIdcom.github.david402 |
| ArtifactId | ArtifactIdplayservice-plugin |
| Version | Version0.0.7 |
| Type | Typejar |
| Description |
DescriptionGoogle Play Service Gradle Plugin
A Gradle plugin for include and customize play service lib
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]