| Группа | Группаcom.avito.android |
|---|---|
| Идентификатор | Идентификаторtest-instrumentation-runner |
| Версия | Версия2021.20 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| test-instrumentation-runner-2021.20.pom | |
| test-instrumentation-runner-2021.20-sources.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.avito.android/test-instrumentation-runner/ -->
<dependency>
<groupId>com.avito.android</groupId>
<artifactId>test-instrumentation-runner</artifactId>
<version>2021.20</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.avito.android/test-instrumentation-runner/
implementation 'com.avito.android:test-instrumentation-runner:2021.20'
// https://jarcasting.com/artifacts/com.avito.android/test-instrumentation-runner/
implementation ("com.avito.android:test-instrumentation-runner:2021.20")
'com.avito.android:test-instrumentation-runner:aar:2021.20'
<dependency org="com.avito.android" name="test-instrumentation-runner" rev="2021.20">
<artifact name="test-instrumentation-runner" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.avito.android', module='test-instrumentation-runner', version='2021.20')
)
libraryDependencies += "com.avito.android" % "test-instrumentation-runner" % "2021.20"
[com.avito.android/test-instrumentation-runner "2021.20"]