is not current version
Last Version 1.0.7

com.redmadrobot:chronos 1.0.6

Android library that handles asynchronous tasks in a proper way

GroupId

GroupId

com.redmadrobot
ArtifactId

ArtifactId

chronos
Version

Version

1.0.6
Type

Type

aar

Download chronos 1.0.6


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