GroupId | GroupIdcom.avito.android |
---|---|
ArtifactId | ArtifactIdtest-instrumentation-runner |
Version | Version2021.13 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.avito.android/test-instrumentation-runner/ -->
<dependency>
<groupId>com.avito.android</groupId>
<artifactId>test-instrumentation-runner</artifactId>
<version>2021.13</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.avito.android/test-instrumentation-runner/
implementation 'com.avito.android:test-instrumentation-runner:2021.13'
// https://jarcasting.com/artifacts/com.avito.android/test-instrumentation-runner/
implementation ("com.avito.android:test-instrumentation-runner:2021.13")
'com.avito.android:test-instrumentation-runner:aar:2021.13'
<dependency org="com.avito.android" name="test-instrumentation-runner" rev="2021.13">
<artifact name="test-instrumentation-runner" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.avito.android', module='test-instrumentation-runner', version='2021.13')
)
libraryDependencies += "com.avito.android" % "test-instrumentation-runner" % "2021.13"
[com.avito.android/test-instrumentation-runner "2021.13"]