| GroupId | GroupIdio.github.eaglesakura.live-task-counter |
|---|---|
| ArtifactId | ArtifactIdlive-task-counter |
| Version | Version1.0.0-rc01 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.github.eaglesakura.live-task-counter/live-task-counter/ -->
<dependency>
<groupId>io.github.eaglesakura.live-task-counter</groupId>
<artifactId>live-task-counter</artifactId>
<version>1.0.0-rc01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eaglesakura.live-task-counter/live-task-counter/
implementation 'io.github.eaglesakura.live-task-counter:live-task-counter:1.0.0-rc01'
// https://jarcasting.com/artifacts/io.github.eaglesakura.live-task-counter/live-task-counter/
implementation ("io.github.eaglesakura.live-task-counter:live-task-counter:1.0.0-rc01")
'io.github.eaglesakura.live-task-counter:live-task-counter:aar:1.0.0-rc01'
<dependency org="io.github.eaglesakura.live-task-counter" name="live-task-counter" rev="1.0.0-rc01">
<artifact name="live-task-counter" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.eaglesakura.live-task-counter', module='live-task-counter', version='1.0.0-rc01')
)
libraryDependencies += "io.github.eaglesakura.live-task-counter" % "live-task-counter" % "1.0.0-rc01"
[io.github.eaglesakura.live-task-counter/live-task-counter "1.0.0-rc01"]