is not current version
Last Version 1.1-r3

com.jakewharton.espresso:espresso-support-v4 1.1-r1

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

GroupId

GroupId

com.jakewharton.espresso
ArtifactId

ArtifactId

espresso-support-v4
Version

Version

1.1-r1
Type

Type

aar

Download espresso-support-v4 1.1-r1


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