is not current version
Last Version 25.3.0

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

API to build lint check tests

GroupId

GroupId

com.android.tools.lint
ArtifactId

ArtifactId

lint-tests
Version

Version

24.3.1
Type

Type

jar

Download lint-tests 24.3.1


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