| License |
License |
|---|---|
| GroupId | GroupIdcom.android.tools.lint |
| ArtifactId | ArtifactIdlint |
| Last Version | Last Version25.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.android.tools.lint.lint
Lint tools. Both a Command line tool and a library to add lint features to other tools
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lint-25.3.0.pom | |
| lint-25.3.0.jar | 33 KB |
| lint-25.3.0-sources.jar | 23 KB |
| lint-25.3.0-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.android.tools.lint/lint/ -->
<dependency>
<groupId>com.android.tools.lint</groupId>
<artifactId>lint</artifactId>
<version>25.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.android.tools.lint/lint/
implementation 'com.android.tools.lint:lint:25.3.0'
// https://jarcasting.com/artifacts/com.android.tools.lint/lint/
implementation ("com.android.tools.lint:lint:25.3.0")
'com.android.tools.lint:lint:jar:25.3.0'
<dependency org="com.android.tools.lint" name="lint" rev="25.3.0">
<artifact name="lint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.android.tools.lint', module='lint', version='25.3.0')
)
libraryDependencies += "com.android.tools.lint" % "lint" % "25.3.0"
[com.android.tools.lint/lint "25.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.tools.lint : lint-checks | jar | 25.3.0 |
| org.eclipse.jdt.core.compiler : ecj | jar | 4.6.1 |