CoRed

Opinionated Redux-like implementation backed by Kotlin Coroutines

License

License

MIT
GroupId

GroupId

com.github.kittinunf.cored
ArtifactId

ArtifactId

cored-android
Last Version

Last Version

0.7.2
Release Date

Release Date

Type

Type

aar
Description

Description

CoRed
Opinionated Redux-like implementation backed by Kotlin Coroutines
Project URL

Project URL

https://github.com/kittinunf/CoRed
Source Code Management

Source Code Management

https://github.com/kittinunf/CoRed

Download cored-android

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.21
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm jar 1.6.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.2
0.7.1
0.7.0
0.6.0
0.5.1
0.4.0
0.3.0
0.2.0
0.1.2