не последняя версия
Последняя версия 1.0.0-beta12

io.github.iamthevoid.reactivebinding:coroutines-recycler 1.0.0-beta11

Library that helps bind data with reactive streams, like rx java Flowable or coroutines flow or whatever, what you want to implement

Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

io.github.iamthevoid.reactivebinding
Идентификатор

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

coroutines-recycler
Версия

Версия

1.0.0-beta11
Тип

Тип

aar

Скачать coroutines-recycler 1.0.0-beta11


<!-- https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/coroutines-recycler/ -->
<dependency>
    <groupId>io.github.iamthevoid.reactivebinding</groupId>
    <artifactId>coroutines-recycler</artifactId>
    <version>1.0.0-beta11</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/coroutines-recycler/
implementation 'io.github.iamthevoid.reactivebinding:coroutines-recycler:1.0.0-beta11'
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/coroutines-recycler/
implementation ("io.github.iamthevoid.reactivebinding:coroutines-recycler:1.0.0-beta11")
'io.github.iamthevoid.reactivebinding:coroutines-recycler:aar:1.0.0-beta11'
<dependency org="io.github.iamthevoid.reactivebinding" name="coroutines-recycler" rev="1.0.0-beta11">
  <artifact name="coroutines-recycler" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamthevoid.reactivebinding', module='coroutines-recycler', version='1.0.0-beta11')
)
libraryDependencies += "io.github.iamthevoid.reactivebinding" % "coroutines-recycler" % "1.0.0-beta11"
[io.github.iamthevoid.reactivebinding/coroutines-recycler "1.0.0-beta11"]