License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.uber.autodispose2 |
ArtifactId | ArtifactIdautodispose-interop-coroutines |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAutoDispose (Coroutines Interop)
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-interop-coroutines/ -->
<dependency>
<groupId>com.uber.autodispose2</groupId>
<artifactId>autodispose-interop-coroutines</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.autodispose2/autodispose-interop-coroutines/
implementation 'com.uber.autodispose2:autodispose-interop-coroutines:2.1.1'
// https://jarcasting.com/artifacts/com.uber.autodispose2/autodispose-interop-coroutines/
implementation ("com.uber.autodispose2:autodispose-interop-coroutines:2.1.1")
'com.uber.autodispose2:autodispose-interop-coroutines:jar:2.1.1'
<dependency org="com.uber.autodispose2" name="autodispose-interop-coroutines" rev="2.1.1">
<artifact name="autodispose-interop-coroutines" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.autodispose2', module='autodispose-interop-coroutines', version='2.1.1')
)
libraryDependencies += "com.uber.autodispose2" % "autodispose-interop-coroutines" % "2.1.1"
[com.uber.autodispose2/autodispose-interop-coroutines "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.30 |
io.reactivex.rxjava3 : rxjava | jar | 3.1.0 |
com.uber.autodispose2 : autodispose | jar | 2.1.1 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.5.1 |