License |
License |
---|---|
GroupId | GroupIdcom.coolerfall |
ArtifactId | ArtifactIdandroid-app-uninstall-watcher |
Version | Version1.0.3 |
Type | Typeaar |
Description |
DescriptionAndroid App Uninstall Wathcer
You can monitor uninstall of your app.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.coolerfall/android-app-uninstall-watcher/ -->
<dependency>
<groupId>com.coolerfall</groupId>
<artifactId>android-app-uninstall-watcher</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.coolerfall/android-app-uninstall-watcher/
implementation 'com.coolerfall:android-app-uninstall-watcher:1.0.3'
// https://jarcasting.com/artifacts/com.coolerfall/android-app-uninstall-watcher/
implementation ("com.coolerfall:android-app-uninstall-watcher:1.0.3")
'com.coolerfall:android-app-uninstall-watcher:aar:1.0.3'
<dependency org="com.coolerfall" name="android-app-uninstall-watcher" rev="1.0.3">
<artifact name="android-app-uninstall-watcher" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.coolerfall', module='android-app-uninstall-watcher', version='1.0.3')
)
libraryDependencies += "com.coolerfall" % "android-app-uninstall-watcher" % "1.0.3"
[com.coolerfall/android-app-uninstall-watcher "1.0.3"]