Download lint-api-23.1.3.jar file - Jar l

Jar examples for l:lint-api

Description

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

You can download jar file lint-api 23.1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

lint-api-23.1.3-javadoc.jar
lint-api-23.1.3-sources.jar
lint-api-23.1.3.jar
lint-api-23.1.3.pom



Related Tutorials