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