m

mavericks-common

Mavericks is an Android application framework that makes product development fast and fun.
https://github.com/airbnb/mavericks
Apache License 2.0
Airbnb
文件下载
文件名 操作
mavericks-common-3.0.8.jar 下载
mavericks-common-3.0.8.pom 下载
mavericks-common-3.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.airbnb.android</groupId>
  <artifactId>mavericks-common</artifactId>
  <version>3.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.airbnb.android:mavericks-common:3.0.8'
Gradle Kotlin
implementation("com.airbnb.android:mavericks-common:3.0.8")
Scala SBT
libraryDependencies += "com.airbnb.android" % "mavericks-common" % "3.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.airbnb.android', module='mavericks-common', version='3.0.8')
)
Apache Ivy
<dependency org="com.airbnb.android" name="mavericks-common" rev="3.0.8" />
Leiningen
[com.airbnb.android/mavericks-common "3.0.8"]
Apache Buildr
'com.airbnb.android:mavericks-common:jar:3.0.8'