is not current version
Last Version 1.2.0

com.coolerfall:android-app-daemon 1.2.0-snapshot

App process daemon, used to keep your app alive.

GroupId

GroupId

com.coolerfall
ArtifactId

ArtifactId

android-app-daemon
Version

Version

1.2.0-snapshot
Type

Type

aar

Download android-app-daemon 1.2.0-snapshot


<!-- https://jarcasting.com/artifacts/com.coolerfall/android-app-daemon/ -->
<dependency>
    <groupId>com.coolerfall</groupId>
    <artifactId>android-app-daemon</artifactId>
    <version>1.2.0-snapshot</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.coolerfall/android-app-daemon/
implementation 'com.coolerfall:android-app-daemon:1.2.0-snapshot'
// https://jarcasting.com/artifacts/com.coolerfall/android-app-daemon/
implementation ("com.coolerfall:android-app-daemon:1.2.0-snapshot")
'com.coolerfall:android-app-daemon:aar:1.2.0-snapshot'
<dependency org="com.coolerfall" name="android-app-daemon" rev="1.2.0-snapshot">
  <artifact name="android-app-daemon" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.coolerfall', module='android-app-daemon', version='1.2.0-snapshot')
)
libraryDependencies += "com.coolerfall" % "android-app-daemon" % "1.2.0-snapshot"
[com.coolerfall/android-app-daemon "1.2.0-snapshot"]