c

coroutinelifecyclehandler

This library is a glue between the lifecycle of `androidx.lifecycle:lifecycle-extensions` and `Flow` class of `org.jetbrains.kotlinx:kotlinx-coroutines-core` library.
https://github.com/hadilq/CoroutineLifecycleHandler
The Apache License, Version 2.0
Hadi Lashkari Ghouchani
Files download
File Operation
coroutinelifecyclehandler-0.3.3.pom download
coroutinelifecyclehandler-0.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hadilq</groupId>
  <artifactId>coroutinelifecyclehandler</artifactId>
  <version>0.3.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.hadilq:coroutinelifecyclehandler:0.3.3'
Gradle Kotlin
implementation("com.github.hadilq:coroutinelifecyclehandler:0.3.3")
Scala SBT
libraryDependencies += "com.github.hadilq" % "coroutinelifecyclehandler" % "0.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hadilq', module='coroutinelifecyclehandler', version='0.3.3')
)
Apache Ivy
<dependency org="com.github.hadilq" name="coroutinelifecyclehandler" rev="0.3.3" />
Leiningen
[com.github.hadilq/coroutinelifecyclehandler "0.3.3"]
Apache Buildr
'com.github.hadilq:coroutinelifecyclehandler:jar:0.3.3'