License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.matthewnelson.kotlin-components |
ArtifactId | ArtifactIdcoroutines-android |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCoroutines
Kotlin Components' Coroutine Component
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
coroutines-android-1.0.0.pom | |
coroutines-android-1.0.0-sources.jar | 1 KB |
coroutines-android-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/coroutines-android/ -->
<dependency>
<groupId>io.matthewnelson.kotlin-components</groupId>
<artifactId>coroutines-android</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/coroutines-android/
implementation 'io.matthewnelson.kotlin-components:coroutines-android:1.0.0'
// https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/coroutines-android/
implementation ("io.matthewnelson.kotlin-components:coroutines-android:1.0.0")
'io.matthewnelson.kotlin-components:coroutines-android:aar:1.0.0'
<dependency org="io.matthewnelson.kotlin-components" name="coroutines-android" rev="1.0.0">
<artifact name="coroutines-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.matthewnelson.kotlin-components', module='coroutines-android', version='1.0.0')
)
libraryDependencies += "io.matthewnelson.kotlin-components" % "coroutines-android" % "1.0.0"
[io.matthewnelson.kotlin-components/coroutines-android "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.31 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.5.2 |