License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdio.github.iamthevoid.reactivebinding |
ArtifactId | ArtifactIdrx2-core |
Last Version | Last Version1.0.0-beta12 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionrx2-core
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 |
---|---|
rx2-core-1.0.0-beta12.pom | |
rx2-core-1.0.0-beta12-sources.jar | 19 KB |
rx2-core-1.0.0-beta12-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/rx2-core/ -->
<dependency>
<groupId>io.github.iamthevoid.reactivebinding</groupId>
<artifactId>rx2-core</artifactId>
<version>1.0.0-beta12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/rx2-core/
implementation 'io.github.iamthevoid.reactivebinding:rx2-core:1.0.0-beta12'
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/rx2-core/
implementation ("io.github.iamthevoid.reactivebinding:rx2-core:1.0.0-beta12")
'io.github.iamthevoid.reactivebinding:rx2-core:aar:1.0.0-beta12'
<dependency org="io.github.iamthevoid.reactivebinding" name="rx2-core" rev="1.0.0-beta12">
<artifact name="rx2-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamthevoid.reactivebinding', module='rx2-core', version='1.0.0-beta12')
)
libraryDependencies += "io.github.iamthevoid.reactivebinding" % "rx2-core" % "1.0.0-beta12"
[io.github.iamthevoid.reactivebinding/rx2-core "1.0.0-beta12"]
Group / Artifact | Type | Version |
---|---|---|
io.github.iamthevoid.reactivebinding : local-core | jar | 1.0.0-beta12 |
androidx.appcompat » appcompat | jar | 1.3.1 |
androidx.core » core-ktx | jar | 1.6.0 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |
io.reactivex.rxjava2 : rxandroid | jar | 2.1.1 |
io.reactivex.rxjava2 : rxkotlin | jar | 2.4.0 |
io.github.iamthevoid.extensions : pure | jar | 0.6.10 |
io.github.iamthevoid.extensions : android | jar | 0.6.10 |
io.github.iamthevoid.extensions : rx | jar | 0.6.10 |
io.github.iamthevoid.extensions : util | jar | 0.6.10 |
io.github.iamthevoid.reactivebinding : core | jar | 1.0.0-beta12 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |