Download rxjava-2.0.6.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.6 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

rxjava-2.0.6-javadoc.jar
rxjava-2.0.6-sources.jar
rxjava-2.0.6.jar
rxjava-2.0.6.pom



Related Tutorials