Download rxrelay-1.2.0.jar file - Jar r

Jar examples for r:rxrelay

Description

Objects that are both an Observable and an Action1.

You can download jar file rxrelay 1.2.0 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add rxrelay-1.2.0.jar to your project.

<dependency>
   <groupId>com.jakewharton.rxrelay</groupId>
   <artifactId>rxrelay</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'com.jakewharton.rxrelay', name: 'rxrelay', version: '1.2.0'
libraryDependencies += "com.jakewharton.rxrelay" % "rxrelay" % "1.2.0"
<dependency org="com.jakewharton.rxrelay" name="rxrelay" rev="1.2.0"/>
@Grapes(@Grab(group='com.jakewharton.rxrelay', module='rxrelay', version='1.2.0'))
'com.jakewharton.rxrelay:rxrelay:jar:1.2.0'

Download

Click the following link to download the jar file.

rxrelay-1.2.0-javadoc.jar
rxrelay-1.2.0-sources.jar
rxrelay-1.2.0.jar
rxrelay-1.2.0.pom



Related Tutorials