License |
License |
---|---|
GroupId | GroupIdcom.github.kittinunf.cored |
ArtifactId | ArtifactIdcored-android-debug |
Version | Version0.7.1 |
Type | Typeaar |
Description |
DescriptionCoRed
Opinionated Redux-like implementation backed by Kotlin Coroutines
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cored-android-debug-0.7.1.pom | |
cored-android-debug-0.7.1-sources.jar | 6 KB |
cored-android-debug-0.7.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kittinunf.cored/cored-android-debug/ -->
<dependency>
<groupId>com.github.kittinunf.cored</groupId>
<artifactId>cored-android-debug</artifactId>
<version>0.7.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.cored/cored-android-debug/
implementation 'com.github.kittinunf.cored:cored-android-debug:0.7.1'
// https://jarcasting.com/artifacts/com.github.kittinunf.cored/cored-android-debug/
implementation ("com.github.kittinunf.cored:cored-android-debug:0.7.1")
'com.github.kittinunf.cored:cored-android-debug:aar:0.7.1'
<dependency org="com.github.kittinunf.cored" name="cored-android-debug" rev="0.7.1">
<artifact name="cored-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.cored', module='cored-android-debug', version='0.7.1')
)
libraryDependencies += "com.github.kittinunf.cored" % "cored-android-debug" % "0.7.1"
[com.github.kittinunf.cored/cored-android-debug "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.0 |