| GroupId | GroupIdcom.github.oncizl |
|---|---|
| ArtifactId | ArtifactIddaemon |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| daemon-1.0.0.pom | |
| daemon-1.0.0.aar | 19 KB |
| daemon-1.0.0-sources.jar | 3 KB |
| daemon-1.0.0-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.oncizl/daemon/ -->
<dependency>
<groupId>com.github.oncizl</groupId>
<artifactId>daemon</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oncizl/daemon/
implementation 'com.github.oncizl:daemon:1.0.0'
// https://jarcasting.com/artifacts/com.github.oncizl/daemon/
implementation ("com.github.oncizl:daemon:1.0.0")
'com.github.oncizl:daemon:aar:1.0.0'
<dependency org="com.github.oncizl" name="daemon" rev="1.0.0">
<artifact name="daemon" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.oncizl', module='daemon', version='1.0.0')
)
libraryDependencies += "com.github.oncizl" % "daemon" % "1.0.0"
[com.github.oncizl/daemon "1.0.0"]