MVN

com.avito.android : runner-device-provider

Maven & Gradle

Jun 30, 2021
2 usages
395 stars

Avito Android Infrastructure · Collection of infrastructure libraries and gradle plugins of Avito Android project

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>runner-device-provider</artifactId>
    <version>2021.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.avito.android : runner-device-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.24

All Versions

Choose a version of com.avito.android : runner-device-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.24
runner-device-provider-2021.24
2021.23
runner-device-provider-2021.23
2021.22
runner-device-provider-2021.22
2021.21
runner-device-provider-2021.21
2021.20
runner-device-provider-2021.20
2021.19
runner-device-provider-2021.19
2021.18
runner-device-provider-2021.18
2021.17
runner-device-provider-2021.17
2021.16
runner-device-provider-2021.16
2021.15.x
runner-device-provider-2021.15.1
2021.15
runner-device-provider-2021.15
2021.14.x
runner-device-provider-2021.14.1
2021.14
runner-device-provider-2021.14
2021.13
runner-device-provider-2021.13
2021.12
runner-device-provider-2021.12
2021.11
runner-device-provider-2021.11
2021.10
runner-device-provider-2021.10
2021.9.x
runner-device-provider-2021.9.1
2021.9
runner-device-provider-2021.9
2021.8
runner-device-provider-2021.8
2021.7
runner-device-provider-2021.7

How to add a dependency to Maven

Add the following com.avito.android : runner-device-provider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>runner-device-provider</artifactId>
    <version>2021.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avito.android : runner-device-provider gradle dependency to your build.gradle file:

implementation 'com.avito.android:runner-device-provider:2021.24'

Gradle Kotlin DSL: Add the following com.avito.android : runner-device-provider gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avito.android:runner-device-provider:2021.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avito.android : runner-device-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avito.android" % "runner-device-provider" % "2021.24"

Advertisement