MVN

com.avito.android : toast-rule

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>toast-rule</artifactId>
    <version>2023.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

Version Vulnerabilities Updated
2023.19
toast-rule-2023.19
2023.15
toast-rule-2023.15
2023.2
toast-rule-2023.2
2022.14
toast-rule-2022.14
2022.12
toast-rule-2022.12
2022.1
toast-rule-2022.1
2021.42
toast-rule-2021.42
2021.41
toast-rule-2021.41
2021.40
toast-rule-2021.40
2021.39
toast-rule-2021.39
2021.38
toast-rule-2021.38
2021.37.x
toast-rule-2021.37.1
2021.37
toast-rule-2021.37
2021.36
toast-rule-2021.36
2021.35
toast-rule-2021.35
2021.34
toast-rule-2021.34
2021.33
toast-rule-2021.33
2021.32
toast-rule-2021.32
toast-rule-2021.32-rc-1
toast-rule-2021.32-agp7
2021.31
toast-rule-2021.31-agp7
toast-rule-2021.31
2021.30
toast-rule-2021.30
2021.29
toast-rule-2021.29
2021.28
toast-rule-2021.28
2021.27
toast-rule-2021.27
2021.26
toast-rule-2021.26
2021.25
toast-rule-2021.25
2021.24
toast-rule-2021.24
2021.23
toast-rule-2021.23
2021.22
toast-rule-2021.22
2021.21
toast-rule-2021.21
2021.20
toast-rule-2021.20
2021.19
toast-rule-2021.19
2021.18
toast-rule-2021.18
2021.17
toast-rule-2021.17
2021.16
toast-rule-2021.16
2021.15.x
toast-rule-2021.15.1
2021.15
toast-rule-2021.15
2021.14.x
toast-rule-2021.14.1
2021.14
toast-rule-2021.14
2021.13
toast-rule-2021.13
2021.12
toast-rule-2021.12
2021.11
toast-rule-2021.11
2021.10
toast-rule-2021.10
2021.9.x
toast-rule-2021.9.1
2021.9
toast-rule-2021.9
2021.8
toast-rule-2021.8
2021.7
toast-rule-2021.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>toast-rule</artifactId>
    <version>2023.19</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.avito.android:toast-rule:2023.19'

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

implementation("com.avito.android:toast-rule:2023.19")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.avito.android" % "toast-rule" % "2023.19"

Advertisement