anko-rx

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

anko-rx
Last Version

Last Version

1.0.0-beta12
Release Date

Release Date

Type

Type

aar
Description

Description

anko-rx
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 anko-rx

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
io.github.iamthevoid.reactivebinding : rx2-core jar 1.0.0-beta12
io.github.iamthevoid.reactivebinding : core jar 1.0.0-beta12
org.jetbrains.anko » anko-sdk25 jar 0.10.8
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