Download lint-checks-24.5.0.jar file - Jar l

Jar examples for l:lint-checks

Description

A packaging of the IntelliJ Community Edition lint-checks library. This is release number 1 of trunk branch 142.

You can download jar file lint-checks 24.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

lint-checks-24.5.0-javadoc.jar
lint-checks-24.5.0-sources.jar
lint-checks-24.5.0.jar
lint-checks-24.5.0.pom



Related Tutorials