License |
License |
---|---|
GroupId | GroupIdcom.github.skgmn |
ArtifactId | ArtifactIdcoroutineskit-lifecycle |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCoroutinesKit-Lifecycle
Coroutines utilities for AndroidX Lifecycle
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
coroutineskit-lifecycle-0.4.0.pom | |
coroutineskit-lifecycle-0.4.0-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skgmn/coroutineskit-lifecycle/ -->
<dependency>
<groupId>com.github.skgmn</groupId>
<artifactId>coroutineskit-lifecycle</artifactId>
<version>0.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skgmn/coroutineskit-lifecycle/
implementation 'com.github.skgmn:coroutineskit-lifecycle:0.4.0'
// https://jarcasting.com/artifacts/com.github.skgmn/coroutineskit-lifecycle/
implementation ("com.github.skgmn:coroutineskit-lifecycle:0.4.0")
'com.github.skgmn:coroutineskit-lifecycle:aar:0.4.0'
<dependency org="com.github.skgmn" name="coroutineskit-lifecycle" rev="0.4.0">
<artifact name="coroutineskit-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skgmn', module='coroutineskit-lifecycle', version='0.4.0')
)
libraryDependencies += "com.github.skgmn" % "coroutineskit-lifecycle" % "0.4.0"
[com.github.skgmn/coroutineskit-lifecycle "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.skgmn : coroutineskit | jar | 0.4.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.30 |