GroupId | GroupIdcom.amazon.device.tools.lint |
---|---|
ArtifactId | ArtifactIdlint-checks |
Version | Version24.1.2 |
Type | Typejar |
Filename | Size |
---|---|
lint-checks-24.1.2.pom | |
lint-checks-24.1.2.jar | 600 KB |
lint-checks-24.1.2-sources.jar | 428 KB |
lint-checks-24.1.2-javadoc.jar | 454 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint-checks/ -->
<dependency>
<groupId>com.amazon.device.tools.lint</groupId>
<artifactId>lint-checks</artifactId>
<version>24.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint-checks/
implementation 'com.amazon.device.tools.lint:lint-checks:24.1.2'
// https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint-checks/
implementation ("com.amazon.device.tools.lint:lint-checks:24.1.2")
'com.amazon.device.tools.lint:lint-checks:jar:24.1.2'
<dependency org="com.amazon.device.tools.lint" name="lint-checks" rev="24.1.2">
<artifact name="lint-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazon.device.tools.lint', module='lint-checks', version='24.1.2')
)
libraryDependencies += "com.amazon.device.tools.lint" % "lint-checks" % "24.1.2"
[com.amazon.device.tools.lint/lint-checks "24.1.2"]