Download lint_api-r16.jar file - Jar l

Jar examples for l:lint-api

Description

The API for the Android lint tool.

You can download jar file lint_api r16 in this page.

License

Apache 2.0

Build File

You can use the following script to add lint_api-r16.jar to your project.

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

Download

Click the following link to download the jar file.

lint_api-r16-javadoc.jar
lint_api-r16-sources.jar
lint_api-r16.jar
lint_api-r16.pom



Related Tutorials