is not current version
Last Version 1.0.0-beta12

io.github.iamthevoid.reactivebinding:rx2-core 1.0.0-beta11

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-core
Version

Version

1.0.0-beta11
Type

Type

aar

Download rx2-core 1.0.0-beta11


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