License |
License |
---|---|
GroupId | GroupIdcom.android.tools.lint |
ArtifactId | ArtifactIdlint-tests |
Last Version | Last Version25.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.android.tools.lint.lint-tests
API to build lint check tests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lint-tests-25.3.0.pom | |
lint-tests-25.3.0.jar | 25 KB |
lint-tests-25.3.0-sources.jar | 9 KB |
lint-tests-25.3.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.android.tools.lint/lint-tests/ -->
<dependency>
<groupId>com.android.tools.lint</groupId>
<artifactId>lint-tests</artifactId>
<version>25.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.android.tools.lint/lint-tests/
implementation 'com.android.tools.lint:lint-tests:25.3.0'
// https://jarcasting.com/artifacts/com.android.tools.lint/lint-tests/
implementation ("com.android.tools.lint:lint-tests:25.3.0")
'com.android.tools.lint:lint-tests:jar:25.3.0'
<dependency org="com.android.tools.lint" name="lint-tests" rev="25.3.0">
<artifact name="lint-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.android.tools.lint', module='lint-tests', version='25.3.0')
)
libraryDependencies += "com.android.tools.lint" % "lint-tests" % "25.3.0"
[com.android.tools.lint/lint-tests "25.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.lint : lint | jar | 25.3.0 |
com.android.tools : testutils | jar | 25.3.0 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.5 |