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