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