m

mavericks

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