GroupId | GroupIdcom.jakewharton.espresso |
---|---|
ArtifactId | ArtifactIdespresso-runner-runtime |
Version | Version1.1-r1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.jakewharton.espresso/espresso-runner-runtime/ -->
<dependency>
<groupId>com.jakewharton.espresso</groupId>
<artifactId>espresso-runner-runtime</artifactId>
<version>1.1-r1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.espresso/espresso-runner-runtime/
implementation 'com.jakewharton.espresso:espresso-runner-runtime:1.1-r1'
// https://jarcasting.com/artifacts/com.jakewharton.espresso/espresso-runner-runtime/
implementation ("com.jakewharton.espresso:espresso-runner-runtime:1.1-r1")
'com.jakewharton.espresso:espresso-runner-runtime:aar:1.1-r1'
<dependency org="com.jakewharton.espresso" name="espresso-runner-runtime" rev="1.1-r1">
<artifact name="espresso-runner-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.espresso', module='espresso-runner-runtime', version='1.1-r1')
)
libraryDependencies += "com.jakewharton.espresso" % "espresso-runner-runtime" % "1.1-r1"
[com.jakewharton.espresso/espresso-runner-runtime "1.1-r1"]