MVN

com.avito.android : module-dependencies-shared

Maven & Gradle

Dec 02, 2021
3 usages
403 stars

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

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>module-dependencies-shared</artifactId>
    <version>2021.40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2021.40

All Versions

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

Version Vulnerabilities Updated
2021.40
module-dependencies-shared-2021.40
2021.39
module-dependencies-shared-2021.39

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>module-dependencies-shared</artifactId>
    <version>2021.40</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.avito.android:module-dependencies-shared:2021.40'

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

implementation("com.avito.android:module-dependencies-shared:2021.40")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.avito.android" % "module-dependencies-shared" % "2021.40"

Advertisement