MVN

com.avito.android : bitbucket

Maven & Gradle

Feb 06, 2023
1 usages
317 stars

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

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

Latest Version

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

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

All Versions

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

  • Version Updated
  • bitbucket-2023.2

    Feb 06, 2023
  • bitbucket-2022.14

    Jul 31, 2022
  • bitbucket-2022.12

    Jul 14, 2022
  • bitbucket-2022.1

    Feb 17, 2022
  • bitbucket-2021.42

    Feb 07, 2022
  • bitbucket-2021.41

    Dec 21, 2021
  • bitbucket-2021.40

    Dec 02, 2021
  • bitbucket-2021.39

    Nov 23, 2021
  • bitbucket-2021.38

    Nov 16, 2021
  • bitbucket-2021.37.1

    Nov 03, 2021
  • bitbucket-2021.37

    Nov 02, 2021
  • bitbucket-2021.36

    Oct 12, 2021
  • bitbucket-2021.35

    Oct 04, 2021
  • bitbucket-2021.34

    Sep 29, 2021
  • bitbucket-2021.33

    Sep 20, 2021
  • bitbucket-2021.32

    Sep 19, 2021
  • bitbucket-2021.32-rc-1

    Sep 06, 2021
  • bitbucket-2021.32-agp7

    Sep 01, 2021
  • bitbucket-2021.31-agp7

    Aug 31, 2021
  • bitbucket-2021.31

    Aug 30, 2021
  • bitbucket-2021.30

    Aug 24, 2021
  • bitbucket-2021.29

    Aug 18, 2021
  • bitbucket-2021.28

    Jul 28, 2021
  • bitbucket-2021.27

    Jul 13, 2021
  • bitbucket-2021.26

    Jul 07, 2021
  • bitbucket-2021.25

    Jul 05, 2021
  • bitbucket-2021.24

    Jun 30, 2021
  • bitbucket-2021.23

    Jun 24, 2021
  • bitbucket-2021.22

    Jun 23, 2021
  • bitbucket-2021.21

    Jun 21, 2021
  • bitbucket-2021.20

    Jun 18, 2021
  • bitbucket-2021.19

    Jun 04, 2021
  • bitbucket-2021.18

    May 27, 2021
  • bitbucket-2021.17

    May 25, 2021
  • bitbucket-2021.16

    May 18, 2021
  • bitbucket-2021.15.1

    May 14, 2021
  • bitbucket-2021.15

    May 12, 2021
  • bitbucket-2021.14.1

    Apr 28, 2021
  • bitbucket-2021.14

    Apr 27, 2021
  • bitbucket-2021.13

    Apr 20, 2021
  • bitbucket-2021.12

    Apr 12, 2021
  • bitbucket-2021.11

    Apr 01, 2021
  • bitbucket-2021.10

    Mar 22, 2021
  • bitbucket-2021.9.1

    Mar 15, 2021
  • bitbucket-2021.9

    Mar 14, 2021
  • bitbucket-2021.8

    Mar 01, 2021
  • bitbucket-2021.7

    Feb 24, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avito.android</groupId>
    <artifactId>bitbucket</artifactId>
    <version>2023.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.avito.android:bitbucket:2023.2'

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

implementation("com.avito.android:bitbucket:2023.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.avito.android" % "bitbucket" % "2023.2"