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