coroutines-recycler

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

License

License

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

io.github.iamthevoid.reactivebinding
ArtifactId

ArtifactId

coroutines-recycler
Last Version

Last Version

1.0.0-beta12
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

https://github.com/iamthevoid/android-dsl-databinding
Source Code Management

Source Code Management

https://github.com/iamthevoid/android-dsl-databinding.git

Download coroutines-recycler

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
io.github.iamthevoid.reactivebinding : core jar 1.0.0-beta12
io.github.iamthevoid.reactivebinding : core-recycler jar 1.0.0-beta12
io.github.iamthevoid.reactivebinding : coroutines-core jar 1.0.0-beta12
androidx.appcompat » appcompat jar 1.3.1
androidx.recyclerview » recyclerview jar 1.2.1
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.5.0
androidx.core » core-ktx jar 1.6.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.20

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-beta12
1.0.0-beta11
1.0.0-beta10
1.0.0-beta09
1.0.0-beta08