MVN

com.avito.android : module-api-extraction

Maven & Gradle

Aug 24, 2023
398 stars

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

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>module-api-extraction</artifactId>
    <version>2023.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2023.19

All Versions

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

Version Vulnerabilities Updated
2023.19
module-api-extraction-2023.19
2023.15
module-api-extraction-2023.15

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>module-api-extraction</artifactId>
    <version>2023.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avito.android : module-api-extraction gradle dependency to your build.gradle file:

implementation 'com.avito.android:module-api-extraction:2023.19'

Gradle Kotlin DSL: Add the following com.avito.android : module-api-extraction gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avito.android:module-api-extraction:2023.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avito.android : module-api-extraction sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avito.android" % "module-api-extraction" % "2023.19"