AutoDispose (Android Kotlin Extensions)

An RxJava utility library for auto-disposing observers.

Лицензия

Лицензия

Категории

Категории

Kotlin Языки программирования Auto Библиотеки уровня приложения Code Generators
Группа

Группа

com.uber.autodispose
Идентификатор

Идентификатор

autodispose-android-kotlin
Последняя версия

Последняя версия

0.8.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

AutoDispose (Android Kotlin Extensions)
An RxJava utility library for auto-disposing observers.
Ссылка на сайт

Ссылка на сайт

https://github.com/uber/AutoDispose/
Система контроля версий

Система контроля версий

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

Скачать autodispose-android-kotlin

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.2.21
com.uber.autodispose : autodispose-android jar 0.8.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.8.0
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0