is not current version
Last Version 1.0.0-beta12

io.github.iamthevoid.reactivebinding:rx2-mvvm 1.0.0-beta09

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

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

io.github.iamthevoid.reactivebinding
ArtifactId

ArtifactId

rx2-mvvm
Version

Version

1.0.0-beta09
Type

Type

aar

Download rx2-mvvm 1.0.0-beta09


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