GroupId | GroupIdcom.avito.android |
---|---|
ArtifactId | ArtifactIdtest-instrumentation-runner |
Version | Version2021.15 |
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.15</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.avito.android/test-instrumentation-runner/
implementation 'com.avito.android:test-instrumentation-runner:2021.15'
// https://jarcasting.com/artifacts/com.avito.android/test-instrumentation-runner/
implementation ("com.avito.android:test-instrumentation-runner:2021.15")
'com.avito.android:test-instrumentation-runner:aar:2021.15'
<dependency org="com.avito.android" name="test-instrumentation-runner" rev="2021.15">
<artifact name="test-instrumentation-runner" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.avito.android', module='test-instrumentation-runner', version='2021.15')
)
libraryDependencies += "com.avito.android" % "test-instrumentation-runner" % "2021.15"
[com.avito.android/test-instrumentation-runner "2021.15"]