is not current version
Last Version 24.3.1

com.amazon.device.tools.lint:lint 22.9.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

22.9.0
Type

Type

jar

Download lint 22.9.0


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