License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdio.github.iamthevoid.reactivebinding |
ArtifactId | ArtifactIdcore-recycler |
Last Version | Last Version1.0.0-beta12 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptioncore-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-recycler-1.0.0-beta12.pom | |
core-recycler-1.0.0-beta12-sources.jar | 5 KB |
core-recycler-1.0.0-beta12-javadoc.jar | 323 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/core-recycler/ -->
<dependency>
<groupId>io.github.iamthevoid.reactivebinding</groupId>
<artifactId>core-recycler</artifactId>
<version>1.0.0-beta12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/core-recycler/
implementation 'io.github.iamthevoid.reactivebinding:core-recycler:1.0.0-beta12'
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/core-recycler/
implementation ("io.github.iamthevoid.reactivebinding:core-recycler:1.0.0-beta12")
'io.github.iamthevoid.reactivebinding:core-recycler:aar:1.0.0-beta12'
<dependency org="io.github.iamthevoid.reactivebinding" name="core-recycler" rev="1.0.0-beta12">
<artifact name="core-recycler" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamthevoid.reactivebinding', module='core-recycler', version='1.0.0-beta12')
)
libraryDependencies += "io.github.iamthevoid.reactivebinding" % "core-recycler" % "1.0.0-beta12"
[io.github.iamthevoid.reactivebinding/core-recycler "1.0.0-beta12"]
Group / Artifact | Type | Version |
---|---|---|
io.github.iamthevoid.reactivebinding : local-recycler | jar | 1.0.0-beta12 |
io.github.iamthevoid.reactivebinding : local-core | jar | 1.0.0-beta12 |
androidx.recyclerview » recyclerview | jar | 1.2.1 |
io.github.iamthevoid.extensions : pure | jar | 0.6.10 |
androidx.core » core-ktx | jar | 1.6.0 |
io.github.iamthevoid.reactivebinding : core | jar | 1.0.0-beta12 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |