Download rxjava-2.0.0-RC2.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-RC2 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-RC2.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials