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