Last Version

Espresso Runner 1.1-r3

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

License

License

GroupId

GroupId

com.jakewharton.espresso
ArtifactId

ArtifactId

espresso-runner
Version

Version

1.1-r3
Type

Type

aar
Description

Description

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

Project URL

https://github.com/JakeWharton/double-espresso/
Source Code Management

Source Code Management

https://github.com/JakeWharton/double-espresso/

Download espresso-runner 1.1-r3


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

Dependencies

compile (4)

Group / Artifact Type Version
com.squareup.dagger : dagger jar 1.2.1
com.google.guava : guava jar 16.0
javax.annotation : javax.annotation-api jar 1.2
com.google.code.findbugs : jsr305 jar 1.3.9

Project Modules

There are no modules declared in this project.