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
Files download
File Operation
bento-21.0.0.pom download
bento-21.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yelp.android</groupId>
  <artifactId>bento</artifactId>
  <version>21.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.yelp.android:bento:21.0.0'
Gradle Kotlin
implementation("com.yelp.android:bento:21.0.0")
Scala SBT
libraryDependencies += "com.yelp.android" % "bento" % "21.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yelp.android', module='bento', version='21.0.0')
)
Apache Ivy
<dependency org="com.yelp.android" name="bento" rev="21.0.0" />
Leiningen
[com.yelp.android/bento "21.0.0"]
Apache Buildr
'com.yelp.android:bento:jar:21.0.0'