GroupId | GroupIdcom.coolerfall |
---|---|
ArtifactId | ArtifactIdandroid-app-daemon |
Version | Version1.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
android-app-daemon-1.1.1.pom | |
android-app-daemon-1.1.1.aar | 11 KB |
android-app-daemon-1.1.1-sources.jar | 2 KB |
android-app-daemon-1.1.1-javadoc.jar | 23 KB |
Browse |
<!-- 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"]