Last Version

Espresso 1.1-r3

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

License

License

GroupId

GroupId

com.jakewharton.espresso
ArtifactId

ArtifactId

espresso
Version

Version

1.1-r3
Type

Type

aar
Description

Description

Espresso
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 1.1-r3


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

Dependencies

compile (8)

Group / Artifact Type Version
com.jakewharton.espresso : espresso-runner-runtime jar 1.1-r3
com.squareup.dagger : dagger jar 1.2.1
org.hamcrest : hamcrest-integration jar 1.1
com.google.guava : guava jar 16.0
org.hamcrest : hamcrest-library jar 1.1
javax.annotation : javax.annotation-api jar 1.2
org.hamcrest : hamcrest-core jar 1.1
com.google.code.findbugs : jsr305 jar 1.3.9

Project Modules

There are no modules declared in this project.