Chronos

Android library that handles asynchronous tasks in a proper way

License

License

GroupId

GroupId

com.redmadrobot
ArtifactId

ArtifactId

chronos
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

aar
Description

Description

Chronos
Android library that handles asynchronous tasks in a proper way
Project URL

Project URL

https://github.com/RedMadRobot/Chronos
Source Code Management

Source Code Management

https://github.com/RedMadRobot/Chronos

Download chronos

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 23.1.1
de.greenrobot : eventbus jar 2.4.0
com.android.support » support-annotations jar 23.1.1

Project Modules

There are no modules declared in this project.

Chronos

Android library that handles asynchronous jobs. To read the full description, please take a look at wiki page.

To add Chronos to your project simply add the following code to dependencies section of your build.gradle file:

compile 'com.redmadrobot:chronos:1.0.7'

Release notes

1.0.7

  • Added AppCompat default Acitivty. Use this version only if your app uses compileSdkVersion >= 23.
com.redmadrobot

red_mad_robot

knows its onions in mobile application development

Versions

Version
1.0.7
1.0.6
1.0.5