is not current version
Last Version 24.3.1

com.amazon.device.tools.lint:lint 23.2.3

Lint tools with support for Amazon APIs. Both a Command line tool and a library to add lint features to other tools

GroupId

GroupId

com.amazon.device.tools.lint
ArtifactId

ArtifactId

lint
Version

Version

23.2.3
Type

Type

jar

Download lint 23.2.3


<!-- https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint/ -->
<dependency>
    <groupId>com.amazon.device.tools.lint</groupId>
    <artifactId>lint</artifactId>
    <version>23.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint/
implementation 'com.amazon.device.tools.lint:lint:23.2.3'
// https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint/
implementation ("com.amazon.device.tools.lint:lint:23.2.3")
'com.amazon.device.tools.lint:lint:jar:23.2.3'
<dependency org="com.amazon.device.tools.lint" name="lint" rev="23.2.3">
  <artifact name="lint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazon.device.tools.lint', module='lint', version='23.2.3')
)
libraryDependencies += "com.amazon.device.tools.lint" % "lint" % "23.2.3"
[com.amazon.device.tools.lint/lint "23.2.3"]