GroupId | GroupIdcom.coolerfall |
---|---|
ArtifactId | ArtifactIdandroid-app-uninstall-watcher |
Version | Version1.0.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.coolerfall/android-app-uninstall-watcher/ -->
<dependency>
<groupId>com.coolerfall</groupId>
<artifactId>android-app-uninstall-watcher</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.coolerfall/android-app-uninstall-watcher/
implementation 'com.coolerfall:android-app-uninstall-watcher:1.0.1'
// https://jarcasting.com/artifacts/com.coolerfall/android-app-uninstall-watcher/
implementation ("com.coolerfall:android-app-uninstall-watcher:1.0.1")
'com.coolerfall:android-app-uninstall-watcher:aar:1.0.1'
<dependency org="com.coolerfall" name="android-app-uninstall-watcher" rev="1.0.1">
<artifact name="android-app-uninstall-watcher" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.coolerfall', module='android-app-uninstall-watcher', version='1.0.1')
)
libraryDependencies += "com.coolerfall" % "android-app-uninstall-watcher" % "1.0.1"
[com.coolerfall/android-app-uninstall-watcher "1.0.1"]