Download rxjava-2.0.0-RC5.jar file - Jar r

Jar examples for r:rxjava

Description

Libraries used in most EL Passion Android projects.

You can download jar file rxjava 2.0.0-RC5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

rxjava-2.0.0-RC5-javadoc.jar
rxjava-2.0.0-RC5-sources.jar
rxjava-2.0.0-RC5.jar
rxjava-2.0.0-RC5.pom



Related Tutorials