License |
License |
---|---|
GroupId | GroupIdcom.airbnb.okreplay |
ArtifactId | ArtifactIdespresso |
Version | Version1.6.0 |
Type | Typeaar |
Description |
DescriptionOkReplay Espresso library
Espresso support classes for OkReplay
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
espresso-1.6.0.pom | |
espresso-1.6.0.aar | 8 KB |
espresso-1.6.0-sources.jar | 2 KB |
espresso-1.6.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.okreplay/espresso/ -->
<dependency>
<groupId>com.airbnb.okreplay</groupId>
<artifactId>espresso</artifactId>
<version>1.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.okreplay/espresso/
implementation 'com.airbnb.okreplay:espresso:1.6.0'
// https://jarcasting.com/artifacts/com.airbnb.okreplay/espresso/
implementation ("com.airbnb.okreplay:espresso:1.6.0")
'com.airbnb.okreplay:espresso:aar:1.6.0'
<dependency org="com.airbnb.okreplay" name="espresso" rev="1.6.0">
<artifact name="espresso" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.okreplay', module='espresso', version='1.6.0')
)
libraryDependencies += "com.airbnb.okreplay" % "espresso" % "1.6.0"
[com.airbnb.okreplay/espresso "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.airbnb.okreplay : junit | jar | 1.6.0 |
androidx.test.espresso » espresso-core | jar | 3.1.0 |
androidx.test » rules | jar | 1.1.1 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.50 |