is not current version
Last Version 24.3.1

com.amazon.device.tools.lint:lint 24.1.0

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

24.1.0
Type

Type

jar

Download lint 24.1.0


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