b

bento

A framework for building modularized Android user interfaces, created at Yelp.
https://github.com/Yelp/bento
The Apache License, Version 2.0
Yelp Tyler Argo
文件下载
文件名 操作
bento-19.0.0.pom 下载
bento-19.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.yelp.android</groupId>
  <artifactId>bento</artifactId>
  <version>19.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yelp.android:bento:19.0.0'
Gradle Kotlin
implementation("com.yelp.android:bento:19.0.0")
Scala SBT
libraryDependencies += "com.yelp.android" % "bento" % "19.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yelp.android', module='bento', version='19.0.0')
)
Apache Ivy
<dependency org="com.yelp.android" name="bento" rev="19.0.0" />
Leiningen
[com.yelp.android/bento "19.0.0"]
Apache Buildr
'com.yelp.android:bento:jar:19.0.0'