Download rxandroid-0.23.0.jar file - Jar r

Jar examples for r:rxandroid

Description

RxAndroid

You can download jar file rxandroid 0.23.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rxandroid-0.23.0.jar to your project.

<dependency>
   <groupId>io.reactivex</groupId>
   <artifactId>rxandroid</artifactId>
   <version>0.23.0</version>
</dependency>
compile group: 'io.reactivex', name: 'rxandroid', version: '0.23.0'
libraryDependencies += "io.reactivex" % "rxandroid" % "0.23.0"
<dependency org="io.reactivex" name="rxandroid" rev="0.23.0"/>
@Grapes(@Grab(group='io.reactivex', module='rxandroid', version='0.23.0'))
'io.reactivex:rxandroid:jar:0.23.0'

Download

Click the following link to download the jar file.

rxandroid-0.23.0-benchmarks.jar
rxandroid-0.23.0-javadoc.jar
rxandroid-0.23.0-sources.jar
rxandroid-0.23.0.jar
rxandroid-0.23.0.pom



Related Tutorials