is not current version
Last Version 25.3.0

com.android.tools.lint:lint-tests 24.5.0

API to build lint check tests

GroupId

GroupId

com.android.tools.lint
ArtifactId

ArtifactId

lint-tests
Version

Version

24.5.0
Type

Type

jar

Download lint-tests 24.5.0


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