MVN

com.avito.android : impl

Maven & Gradle

Aug 24, 2023
1 usages
395 stars

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

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>impl</artifactId>
    <version>2023.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2023.19
  • Latest Release Candidate: 2021.32-rc-1

All Versions

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

Version Vulnerabilities Updated
2023.19
impl-2023.19
2023.15
impl-2023.15
2023.2
impl-2023.2
2022.14
impl-2022.14
2022.12
impl-2022.12
2022.1
impl-2022.1
2021.42
impl-2021.42
2021.41
impl-2021.41
2021.40
impl-2021.40
2021.39
impl-2021.39
2021.38
impl-2021.38
2021.37.x
impl-2021.37.1
2021.37
impl-2021.37
2021.36
impl-2021.36
2021.35
impl-2021.35
2021.34
impl-2021.34
2021.33
impl-2021.33
2021.32
impl-2021.32
impl-2021.32-rc-1
impl-2021.32-agp7
2021.31
impl-2021.31-agp7
impl-2021.31
2021.30
impl-2021.30
2021.29
impl-2021.29
2021.28
impl-2021.28
2021.27
impl-2021.27
2021.26
impl-2021.26
2021.25
impl-2021.25

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>impl</artifactId>
    <version>2023.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avito.android : impl gradle dependency to your build.gradle file:

implementation 'com.avito.android:impl:2023.19'

Gradle Kotlin DSL: Add the following com.avito.android : impl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avito.android:impl:2023.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avito.android : impl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avito.android" % "impl" % "2023.19"

Advertisement