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