Download rx-okhttp-0.1.8.jar file - Jar r

Jar examples for r:rx-okhttp

Description

A think RxJava wrapper around OKHttp

You can download jar file rx-okhttp 0.1.8 in this page.

License

MIT

Build File

You can use the following script to add rx-okhttp-0.1.8.jar to your project.

<dependency>
   <groupId>com.shekhargulati.reactivex</groupId>
   <artifactId>rx-okhttp</artifactId>
   <version>0.1.8</version>
</dependency>
compile group: 'com.shekhargulati.reactivex', name: 'rx-okhttp', version: '0.1.8'
libraryDependencies += "com.shekhargulati.reactivex" % "rx-okhttp" % "0.1.8"
<dependency org="com.shekhargulati.reactivex" name="rx-okhttp" rev="0.1.8"/>
@Grapes(@Grab(group='com.shekhargulati.reactivex', module='rx-okhttp', version='0.1.8'))
'com.shekhargulati.reactivex:rx-okhttp:jar:0.1.8'

Download

Click the following link to download the jar file.

rx-okhttp-0.1.8-javadoc.jar
rx-okhttp-0.1.8-sources.jar
rx-okhttp-0.1.8.jar
rx-okhttp-0.1.8.pom



Related Tutorials