is not current version
Last Version 1.1-r3

com.jakewharton.espresso:espresso-runner 1.1-r2

A pure Gradle port of the Espresso testing utility for Android!

GroupId

GroupId

com.jakewharton.espresso
ArtifactId

ArtifactId

espresso-runner
Version

Version

1.1-r2
Type

Type

aar

Download espresso-runner 1.1-r2


<!-- https://jarcasting.com/artifacts/com.jakewharton.espresso/espresso-runner/ -->
<dependency>
    <groupId>com.jakewharton.espresso</groupId>
    <artifactId>espresso-runner</artifactId>
    <version>1.1-r2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.espresso/espresso-runner/
implementation 'com.jakewharton.espresso:espresso-runner:1.1-r2'
// https://jarcasting.com/artifacts/com.jakewharton.espresso/espresso-runner/
implementation ("com.jakewharton.espresso:espresso-runner:1.1-r2")
'com.jakewharton.espresso:espresso-runner:aar:1.1-r2'
<dependency org="com.jakewharton.espresso" name="espresso-runner" rev="1.1-r2">
  <artifact name="espresso-runner" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.espresso', module='espresso-runner', version='1.1-r2')
)
libraryDependencies += "com.jakewharton.espresso" % "espresso-runner" % "1.1-r2"
[com.jakewharton.espresso/espresso-runner "1.1-r2"]