License |
License |
---|---|
GroupId | GroupIdcom.jakewharton.espresso |
ArtifactId | ArtifactIdespresso-runner-runtime |
Version | Version1.1-r3 |
Type | Typeaar |
Description |
DescriptionEspresso Runner Runtime
A pure Gradle port of the Espresso testing utility for Android!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.jakewharton.espresso/espresso-runner-runtime/ -->
<dependency>
<groupId>com.jakewharton.espresso</groupId>
<artifactId>espresso-runner-runtime</artifactId>
<version>1.1-r3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.espresso/espresso-runner-runtime/
implementation 'com.jakewharton.espresso:espresso-runner-runtime:1.1-r3'
// https://jarcasting.com/artifacts/com.jakewharton.espresso/espresso-runner-runtime/
implementation ("com.jakewharton.espresso:espresso-runner-runtime:1.1-r3")
'com.jakewharton.espresso:espresso-runner-runtime:aar:1.1-r3'
<dependency org="com.jakewharton.espresso" name="espresso-runner-runtime" rev="1.1-r3">
<artifact name="espresso-runner-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.espresso', module='espresso-runner-runtime', version='1.1-r3')
)
libraryDependencies += "com.jakewharton.espresso" % "espresso-runner-runtime" % "1.1-r3"
[com.jakewharton.espresso/espresso-runner-runtime "1.1-r3"]
Group / Artifact | Type | Version |
---|---|---|
com.jakewharton.espresso : espresso-runner | jar | 1.1-r3 |