MVN

com.avito.android : critical-path

Maven & Gradle

Aug 24, 2023
395 stars

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

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

Latest Version

Choose a version of com.avito.android : critical-path 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 : critical-path to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.19
critical-path-2023.19
2023.15
critical-path-2023.15
2023.2
critical-path-2023.2
2022.14
critical-path-2022.14
2022.12
critical-path-2022.12
2022.1
critical-path-2022.1
2021.42
critical-path-2021.42
2021.41
critical-path-2021.41
2021.40
critical-path-2021.40
2021.39
critical-path-2021.39
2021.38
critical-path-2021.38
2021.37.x
critical-path-2021.37.1
2021.37
critical-path-2021.37
2021.36
critical-path-2021.36
2021.35
critical-path-2021.35
2021.34
critical-path-2021.34
2021.33
critical-path-2021.33
2021.32
critical-path-2021.32
critical-path-2021.32-rc-1
critical-path-2021.32-agp7
2021.31
critical-path-2021.31-agp7
critical-path-2021.31
2021.30
critical-path-2021.30
2021.29
critical-path-2021.29
2021.28
critical-path-2021.28
2021.27
critical-path-2021.27
2021.26
critical-path-2021.26
2021.25
critical-path-2021.25
2021.24
critical-path-2021.24
2021.23
critical-path-2021.23
2021.22
critical-path-2021.22
2021.21
critical-path-2021.21
2021.20
critical-path-2021.20
2021.19
critical-path-2021.19

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>critical-path</artifactId>
    <version>2023.19</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.avito.android:critical-path:2023.19'

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

implementation("com.avito.android:critical-path:2023.19")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.avito.android" % "critical-path" % "2023.19"

Advertisement