is not current version
Last Version 25.3.0

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

API to build lint check tests

GroupId

GroupId

com.android.tools.lint
ArtifactId

ArtifactId

lint-tests
Version

Version

25.1.3
Type

Type

jar

Download lint-tests 25.1.3


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