c

chronos

Android library that handles asynchronous tasks in a proper way
https://github.com/RedMadRobot/Chronos
MIT License
Maxim Efimov
Files download
File Operation
chronos-1.0.7.pom download
chronos-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.redmadrobot</groupId>
  <artifactId>chronos</artifactId>
  <version>1.0.7</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.redmadrobot:chronos:1.0.7'
Gradle Kotlin
implementation("com.redmadrobot:chronos:1.0.7")
Scala SBT
libraryDependencies += "com.redmadrobot" % "chronos" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.redmadrobot', module='chronos', version='1.0.7')
)
Apache Ivy
<dependency org="com.redmadrobot" name="chronos" rev="1.0.7" />
Leiningen
[com.redmadrobot/chronos "1.0.7"]
Apache Buildr
'com.redmadrobot:chronos:jar:1.0.7'