Download autodispose-android-0.8.0.jar file - Jar a

Jar examples for a:autodispose-android

Description

An RxJava utility library for auto-disposing observers.

You can download jar file autodispose-android 0.8.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add autodispose-android-0.8.0.jar to your project.

<dependency>
   <groupId>com.uber.autodispose</groupId>
   <artifactId>autodispose-android</artifactId>
   <version>0.8.0</version>
</dependency>
compile group: 'com.uber.autodispose', name: 'autodispose-android', version: '0.8.0'
libraryDependencies += "com.uber.autodispose" % "autodispose-android" % "0.8.0"
<dependency org="com.uber.autodispose" name="autodispose-android" rev="0.8.0"/>
@Grapes(@Grab(group='com.uber.autodispose', module='autodispose-android', version='0.8.0'))
'com.uber.autodispose:autodispose-android:jar:0.8.0'

Download

Click the following link to download the jar file.

autodispose-android-0.8.0-javadoc.jar
autodispose-android-0.8.0-sources.jar
autodispose-android-0.8.0.pom



Related Tutorials