Download rxlint-1.0.jar file - Jar r

Jar examples for r:rxlint

Description

The lint rule for rxjava packaged as an AAR

You can download jar file rxlint 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rxlint-1.0.jar to your project.

<dependency>
   <groupId>nl.littlerobots.rxlint</groupId>
   <artifactId>rxlint</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'nl.littlerobots.rxlint', name: 'rxlint', version: '1.0'
libraryDependencies += "nl.littlerobots.rxlint" % "rxlint" % "1.0"
<dependency org="nl.littlerobots.rxlint" name="rxlint" rev="1.0"/>
@Grapes(@Grab(group='nl.littlerobots.rxlint', module='rxlint', version='1.0'))
'nl.littlerobots.rxlint:rxlint:jar:1.0'

Download

Click the following link to download the jar file.

rxlint-1.0-javadoc.jar
rxlint-1.0-sources.jar
rxlint-1.0.pom



Related Tutorials