rx2-mvvm

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

rx2-mvvm
Last Version

Last Version

1.0.0-beta12
Release Date

Release Date

Type

Type

aar
Description

Description

rx2-mvvm
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 rx2-mvvm

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
io.github.iamthevoid.reactivebinding : core-mvvm jar 1.0.0-beta12
androidx.appcompat » appcompat jar 1.3.1
androidx.core » core-ktx jar 1.6.0
androidx.lifecycle » lifecycle-runtime-ktx jar 2.3.1
androidx.lifecycle » lifecycle-extensions jar 2.2.0
io.reactivex.rxjava2 : rxjava jar 2.2.21
io.reactivex.rxjava2 : rxandroid jar 2.1.1
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