MVN

com.airbnb.android : mavericks-common

Maven & Gradle

Jul 11, 2023
5.7k stars

Mavericks · Mavericks is an Android application framework that makes product development fast and fun.

<dependency>
    <groupId>com.airbnb.android</groupId>
    <artifactId>mavericks-common</artifactId>
    <version>3.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.airbnb.android : mavericks-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.5

All Versions

Choose a version of com.airbnb.android : mavericks-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
mavericks-common-3.0.5
mavericks-common-3.0.3
mavericks-common-3.0.2
mavericks-common-3.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.airbnb.android</groupId>
    <artifactId>mavericks-common</artifactId>
    <version>3.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.airbnb.android : mavericks-common gradle dependency to your build.gradle file:

implementation 'com.airbnb.android:mavericks-common:3.0.5'

Gradle Kotlin DSL: Add the following com.airbnb.android : mavericks-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.airbnb.android:mavericks-common:3.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.airbnb.android : mavericks-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.airbnb.android" % "mavericks-common" % "3.0.5"

Advertisement

Dependencies from Group

Jul 16, 2023
91 usages
34.6k stars
May 19, 2023
18 usages
8.4k stars
Jul 11, 2023
10 usages
5.7k stars
May 19, 2023
9 usages
8.4k stars
Apr 03, 2023
6 usages
1.8k stars

Discover Dependencies