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

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

Download

Click the following link to download the jar file.

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



Related Tutorials