License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.uber.autodispose2 |
ArtifactId | ArtifactIdautodispose-androidx-lifecycle |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAutoDispose (androidx-lifecycle extensions)
Automatic binding+disposal of RxJava 2+ streams.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.uber.autodispose2/autodispose-androidx-lifecycle/ -->
<dependency>
<groupId>com.uber.autodispose2</groupId>
<artifactId>autodispose-androidx-lifecycle</artifactId>
<version>2.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.uber.autodispose2/autodispose-androidx-lifecycle/
implementation 'com.uber.autodispose2:autodispose-androidx-lifecycle:2.1.1'
// https://jarcasting.com/artifacts/com.uber.autodispose2/autodispose-androidx-lifecycle/
implementation ("com.uber.autodispose2:autodispose-androidx-lifecycle:2.1.1")
'com.uber.autodispose2:autodispose-androidx-lifecycle:aar:2.1.1'
<dependency org="com.uber.autodispose2" name="autodispose-androidx-lifecycle" rev="2.1.1">
<artifact name="autodispose-androidx-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.uber.autodispose2', module='autodispose-androidx-lifecycle', version='2.1.1')
)
libraryDependencies += "com.uber.autodispose2" % "autodispose-androidx-lifecycle" % "2.1.1"
[com.uber.autodispose2/autodispose-androidx-lifecycle "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.uber.autodispose2 : autodispose | jar | 2.1.1 |
com.uber.autodispose2 : autodispose-lifecycle | jar | 2.1.1 |
androidx.annotation » annotation | jar | 1.2.0 |
androidx.lifecycle » lifecycle-runtime | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
com.uber.autodispose2 : autodispose-android | jar | 2.1.1 |
io.reactivex.rxjava3 : rxandroid | jar | 3.0.0 |