AutoDispose (Android Kotlin Extensions)

An RxJava utility library for auto-disposing observers.

License

License

Categories

Categories

Kotlin Languages Auto Application Layer Libs Code Generators
GroupId

GroupId

com.uber.autodispose
ArtifactId

ArtifactId

autodispose-android-kotlin
Last Version

Last Version

0.8.0
Release Date

Release Date

Type

Type

aar
Description

Description

AutoDispose (Android Kotlin Extensions)
An RxJava utility library for auto-disposing observers.
Project URL

Project URL

https://github.com/uber/AutoDispose/
Source Code Management

Source Code Management

https://github.com/uber/AutoDispose/

Download autodispose-android-kotlin

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.2.21
com.uber.autodispose : autodispose-android jar 0.8.0

Project Modules

There are no modules declared in this project.

AutoDispose

Automatic binding+disposal of RxJava streams.

uber.github.io/AutoDispose

License

Copyright (C) 2017 Uber Technologies

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.uber.autodispose

Uber Open Source

Open Source Software at Uber

Versions

Version
0.8.0
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0