MVN

com.amazon.device.tools.lint : lint-checks

Maven & Gradle

Oct 09, 2015
1 usages
0 stars

Amazon Android Lint Checks · Checks for Android Lint with support for Amazon APIs.

<dependency>
    <groupId>com.amazon.device.tools.lint</groupId>
    <artifactId>lint-checks</artifactId>
    <version>24.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 24.3.1

All Versions

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

Version Vulnerabilities Updated
24.3.x
lint-checks-24.3.1
24.1.x
lint-checks-24.1.3
lint-checks-24.1.2
lint-checks-24.1.1
lint-checks-24.1.0
24.0.x
lint-checks-24.0.1
lint-checks-24.0.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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.amazon.device.tools.lint</groupId>
    <artifactId>lint-checks</artifactId>
    <version>24.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.amazon.device.tools.lint:lint-checks:24.3.1'

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

implementation("com.amazon.device.tools.lint:lint-checks:24.3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.amazon.device.tools.lint" % "lint-checks" % "24.3.1"

Advertisement