Download lint-22.2.0.jar file - Jar l

Jar examples for l:lint

Description

Lint tools with support for Amazon APIs. Both a Command line tool and a library to add lint features to other tools

You can download jar file lint 22.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add lint-22.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

lint-22.2.0-javadoc.jar
lint-22.2.0-sources.jar
lint-22.2.0.jar
lint-22.2.0.pom



Related Tutorials