не последняя версия
Последняя версия 0.7.2

com.github.kittinunf.cored:cored-android 0.1.2

Opinionated Redux-like implementation backed by Kotlin Coroutines

Группа

Группа

com.github.kittinunf.cored
Идентификатор

Идентификатор

cored-android
Версия

Версия

0.1.2
Тип

Тип

aar

Скачать cored-android 0.1.2


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