is not current version
Last Version 0.4.0

com.github.skgmn:coroutineskit-lifecycle 0.3.1

Coroutines utilities for AndroidX Lifecycle

GroupId

GroupId

com.github.skgmn
ArtifactId

ArtifactId

coroutineskit-lifecycle
Version

Version

0.3.1
Type

Type

aar

Download coroutineskit-lifecycle 0.3.1


<!-- https://jarcasting.com/artifacts/com.github.skgmn/coroutineskit-lifecycle/ -->
<dependency>
    <groupId>com.github.skgmn</groupId>
    <artifactId>coroutineskit-lifecycle</artifactId>
    <version>0.3.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skgmn/coroutineskit-lifecycle/
implementation 'com.github.skgmn:coroutineskit-lifecycle:0.3.1'
// https://jarcasting.com/artifacts/com.github.skgmn/coroutineskit-lifecycle/
implementation ("com.github.skgmn:coroutineskit-lifecycle:0.3.1")
'com.github.skgmn:coroutineskit-lifecycle:aar:0.3.1'
<dependency org="com.github.skgmn" name="coroutineskit-lifecycle" rev="0.3.1">
  <artifact name="coroutineskit-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skgmn', module='coroutineskit-lifecycle', version='0.3.1')
)
libraryDependencies += "com.github.skgmn" % "coroutineskit-lifecycle" % "0.3.1"
[com.github.skgmn/coroutineskit-lifecycle "0.3.1"]