Download autodispose-android-0.6.1.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.6.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials