Download rxui-2.0.0.jar file - Jar r

Jar examples for r:rxui

Description

Implementation of pure functional concept of talking to Android View layer in a Reactive way

You can download jar file rxui 2.0.0 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add rxui-2.0.0.jar to your project.

<dependency>
   <groupId>com.artemzin.rxui2</groupId>
   <artifactId>rxui</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.artemzin.rxui2', name: 'rxui', version: '2.0.0'
libraryDependencies += "com.artemzin.rxui2" % "rxui" % "2.0.0"
<dependency org="com.artemzin.rxui2" name="rxui" rev="2.0.0"/>
@Grapes(@Grab(group='com.artemzin.rxui2', module='rxui', version='2.0.0'))
'com.artemzin.rxui2:rxui:jar:2.0.0'

Download

Click the following link to download the jar file.

rxui-2.0.0-javadoc.jar
rxui-2.0.0-sources.jar
rxui-2.0.0.pom



Related Tutorials