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