| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.kittinunf.cored |
| Идентификатор | Идентификаторcored-android |
| Версия | Версия0.5.1 |
| Тип | Типaar |
| Описание |
ОписаниеCoRed
Opinionated Redux-like implementation backed by Kotlin Coroutines
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cored-android-0.5.1.pom | |
| cored-android-0.5.1-sources.jar | 3 KB |
| cored-android-0.5.1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.kittinunf.cored/cored-android/ -->
<dependency>
<groupId>com.github.kittinunf.cored</groupId>
<artifactId>cored-android</artifactId>
<version>0.5.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.cored/cored-android/
implementation 'com.github.kittinunf.cored:cored-android:0.5.1'
// https://jarcasting.com/artifacts/com.github.kittinunf.cored/cored-android/
implementation ("com.github.kittinunf.cored:cored-android:0.5.1")
'com.github.kittinunf.cored:cored-android:aar:0.5.1'
<dependency org="com.github.kittinunf.cored" name="cored-android" rev="0.5.1">
<artifact name="cored-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.cored', module='cored-android', version='0.5.1')
)
libraryDependencies += "com.github.kittinunf.cored" % "cored-android" % "0.5.1"
[com.github.kittinunf.cored/cored-android "0.5.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.5.0-native-mt |