| License |
License |
|---|---|
| GroupId | GroupIdcom.github.castorflex.playservicesstrip |
| ArtifactId | ArtifactIdplugin |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptionPlayServices-Strip Plugin
Gradle plugin to strip your google play services
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| plugin-1.0.2.pom | |
| plugin-1.0.2.jar | 45 KB |
| plugin-1.0.2-sources.jar | 4 KB |
| plugin-1.0.2-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.castorflex.playservicesstrip/plugin/ -->
<dependency>
<groupId>com.github.castorflex.playservicesstrip</groupId>
<artifactId>plugin</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.castorflex.playservicesstrip/plugin/
implementation 'com.github.castorflex.playservicesstrip:plugin:1.0.2'
// https://jarcasting.com/artifacts/com.github.castorflex.playservicesstrip/plugin/
implementation ("com.github.castorflex.playservicesstrip:plugin:1.0.2")
'com.github.castorflex.playservicesstrip:plugin:jar:1.0.2'
<dependency org="com.github.castorflex.playservicesstrip" name="plugin" rev="1.0.2">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.castorflex.playservicesstrip', module='plugin', version='1.0.2')
)
libraryDependencies += "com.github.castorflex.playservicesstrip" % "plugin" % "1.0.2"
[com.github.castorflex.playservicesstrip/plugin "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.tools.build : gradle | jar | 0.13.3 |