GroupId | GroupIdcom.amazon.device.tools.lint |
---|---|
ArtifactId | ArtifactIdlint-checks |
Version | Version23.2.0 |
Type | Typejar |
Filename | Size |
---|---|
lint-checks-23.2.0.pom | |
lint-checks-23.2.0.jar | 577 KB |
lint-checks-23.2.0-sources.jar | 413 KB |
lint-checks-23.2.0-javadoc.jar | 444 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>23.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint-checks/
implementation 'com.amazon.device.tools.lint:lint-checks:23.2.0'
// https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint-checks/
implementation ("com.amazon.device.tools.lint:lint-checks:23.2.0")
'com.amazon.device.tools.lint:lint-checks:jar:23.2.0'
<dependency org="com.amazon.device.tools.lint" name="lint-checks" rev="23.2.0">
<artifact name="lint-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazon.device.tools.lint', module='lint-checks', version='23.2.0')
)
libraryDependencies += "com.amazon.device.tools.lint" % "lint-checks" % "23.2.0"
[com.amazon.device.tools.lint/lint-checks "23.2.0"]