License |
License |
---|---|
GroupId | GroupIdcom.amazon.device.tools.lint |
ArtifactId | ArtifactIdlint |
Last Version | Last Version24.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAmazon Android Lint Tool
Lint tools with support for Amazon APIs. Both a Command line tool and a library to add lint features to other tools
|
Project URL |
Project URL |
Filename | Size |
---|---|
lint-24.3.1.pom | |
lint-24.3.1.jar | 94 KB |
lint-24.3.1-sources.jar | 53 KB |
lint-24.3.1-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint/ -->
<dependency>
<groupId>com.amazon.device.tools.lint</groupId>
<artifactId>lint</artifactId>
<version>24.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint/
implementation 'com.amazon.device.tools.lint:lint:24.3.1'
// https://jarcasting.com/artifacts/com.amazon.device.tools.lint/lint/
implementation ("com.amazon.device.tools.lint:lint:24.3.1")
'com.amazon.device.tools.lint:lint:jar:24.3.1'
<dependency org="com.amazon.device.tools.lint" name="lint" rev="24.3.1">
<artifact name="lint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazon.device.tools.lint', module='lint', version='24.3.1')
)
libraryDependencies += "com.amazon.device.tools.lint" % "lint" % "24.3.1"
[com.amazon.device.tools.lint/lint "24.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.amazon.device.tools.lint : lint-checks | jar | 24.3.1 |
org.eclipse.jdt.core.compiler : ecj | jar | 4.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.2.1 |
com.android.tools.lint : lint-tests | jar | 24.3.1 |
org.mockito : mockito-all | jar | 1.9.5 |