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.1.jar 下载
mavericks-common-3.0.1.pom 下载
mavericks-common-3.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.airbnb.android</groupId>
  <artifactId>mavericks-common</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.airbnb.android:mavericks-common:3.0.1'
Gradle Kotlin
implementation("com.airbnb.android:mavericks-common:3.0.1")
Scala SBT
libraryDependencies += "com.airbnb.android" % "mavericks-common" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.airbnb.android', module='mavericks-common', version='3.0.1')
)
Apache Ivy
<dependency org="com.airbnb.android" name="mavericks-common" rev="3.0.1" />
Leiningen
[com.airbnb.android/mavericks-common "3.0.1"]
Apache Buildr
'com.airbnb.android:mavericks-common:jar:3.0.1'