MVN

com.android.tools.lint : lint-checks

Maven & Gradle

Mar 07, 2017
19 usages

com.android.tools.lint.lint-checks · Checks for Android Lint

<dependency>
    <groupId>com.android.tools.lint</groupId>
    <artifactId>lint-checks</artifactId>
    <version>25.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.android.tools.lint : lint-checks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 25.3.0
  • Latest Release Candidate: 24.1.0-rc3
  • Latest Beta: 24.2.0-beta2

All Versions

Choose a version of com.android.tools.lint : lint-checks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
25.3.x
lint-checks-25.3.0
25.2.x
lint-checks-25.2.0
25.1.x
lint-checks-25.1.3
lint-checks-25.1.2
lint-checks-25.1.0
25.0.x
lint-checks-25.0.0
24.5.x
lint-checks-24.5.0
24.3.x
lint-checks-24.3.1
lint-checks-24.3.0
24.2.x
lint-checks-24.2.3
lint-checks-24.2.2
lint-checks-24.2.1
lint-checks-24.2.0
lint-checks-24.2.0-beta2
lint-checks-24.2.0-beta1
24.1.x
lint-checks-24.1.3
lint-checks-24.1.2
lint-checks-24.1.1
lint-checks-24.1.0
lint-checks-24.1.0-rc3
lint-checks-24.1.0-rc2
lint-checks-24.1.0-rc1
24.0.x
lint-checks-24.0.1
lint-checks-24.0.0
23.2.x
lint-checks-23.2.8
lint-checks-23.2.7
lint-checks-23.2.6
lint-checks-23.2.5
lint-checks-23.2.4
lint-checks-23.2.3
lint-checks-23.2.2
lint-checks-23.2.1
lint-checks-23.2.0
23.1.x
lint-checks-23.1.3
lint-checks-23.1.2
lint-checks-23.1.1
lint-checks-23.1.0
23.0.x
lint-checks-23.0.2
lint-checks-23.0.1
lint-checks-23.0.0
22.9.x
lint-checks-22.9.2
lint-checks-22.9.1
lint-checks-22.9.0
22.8.x
lint-checks-22.8.4
lint-checks-22.8.3
lint-checks-22.8.2
lint-checks-22.8.1
lint-checks-22.8.0
22.7.x
lint-checks-22.7.2
lint-checks-22.7.1
lint-checks-22.7.0
22.5.x
lint-checks-22.5.3
lint-checks-22.5.2
lint-checks-22.5.1
lint-checks-22.5.0
22.4.x
lint-checks-22.4.2
lint-checks-22.4.1
lint-checks-22.4.0
22.2.x
lint-checks-22.2.1
lint-checks-22.2.0
22.1.x
lint-checks-22.1.3
lint-checks-22.1.2
lint-checks-22.1.1
lint-checks-22.1.0

How to add a dependency to Maven

Add the following com.android.tools.lint : lint-checks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.android.tools.lint</groupId>
    <artifactId>lint-checks</artifactId>
    <version>25.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.android.tools.lint : lint-checks gradle dependency to your build.gradle file:

implementation 'com.android.tools.lint:lint-checks:25.3.0'

Gradle Kotlin DSL: Add the following com.android.tools.lint : lint-checks gradle kotlin dependency to your build.gradle.kts file:

implementation("com.android.tools.lint:lint-checks:25.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.android.tools.lint : lint-checks sbt scala dependency to your build.sbt file:

libraryDependencies += "com.android.tools.lint" % "lint-checks" % "25.3.0"

Advertisement