is not current version
Last Version 1.2.0

com.coolerfall:android-app-daemon 1.1.1

App process daemon, used to keep your app alive.

GroupId

GroupId

com.coolerfall
ArtifactId

ArtifactId

android-app-daemon
Version

Version

1.1.1
Type

Type

aar

Download android-app-daemon 1.1.1


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