License |
License |
---|---|
GroupId | GroupIdcom.shazam |
ArtifactId | ArtifactIdandroid-test-rules |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAndroid UI Test Rules
A collection of test rules for Android UI tests
|
Filename | Size |
---|---|
android-test-rules-1.0.0.pom | |
android-test-rules-1.0.0.aar | 14 KB |
android-test-rules-1.0.0-sources.jar | 9 KB |
android-test-rules-1.0.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shazam/android-test-rules/ -->
<dependency>
<groupId>com.shazam</groupId>
<artifactId>android-test-rules</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shazam/android-test-rules/
implementation 'com.shazam:android-test-rules:1.0.0'
// https://jarcasting.com/artifacts/com.shazam/android-test-rules/
implementation ("com.shazam:android-test-rules:1.0.0")
'com.shazam:android-test-rules:aar:1.0.0'
<dependency org="com.shazam" name="android-test-rules" rev="1.0.0">
<artifact name="android-test-rules" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shazam', module='android-test-rules', version='1.0.0')
)
libraryDependencies += "com.shazam" % "android-test-rules" % "1.0.0"
[com.shazam/android-test-rules "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support.test » runner | jar | 0.5 |