GroupId | GroupIdcom.yelp.android |
---|---|
ArtifactId | ArtifactIdbento |
Version | Version14.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
bento-14.1.0.pom | |
bento-14.1.0.aar | 107 KB |
bento-14.1.0-sources.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yelp.android/bento/ -->
<dependency>
<groupId>com.yelp.android</groupId>
<artifactId>bento</artifactId>
<version>14.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yelp.android/bento/
implementation 'com.yelp.android:bento:14.1.0'
// https://jarcasting.com/artifacts/com.yelp.android/bento/
implementation ("com.yelp.android:bento:14.1.0")
'com.yelp.android:bento:aar:14.1.0'
<dependency org="com.yelp.android" name="bento" rev="14.1.0">
<artifact name="bento" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yelp.android', module='bento', version='14.1.0')
)
libraryDependencies += "com.yelp.android" % "bento" % "14.1.0"
[com.yelp.android/bento "14.1.0"]