is not current version
Last Version 0.2.0

com.github.hadilq:rxlifecyclehandler 0.1.0

This library is a glue between the lifecycle of `androidx.lifecycle:lifecycle-extensions` and `io.reactivex.rxjava2:rxjava` libraries.

GroupId

GroupId

com.github.hadilq
ArtifactId

ArtifactId

rxlifecyclehandler
Version

Version

0.1.0
Type

Type

aar

Download rxlifecyclehandler 0.1.0


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