GroupId | GroupIdcom.yelp.android |
---|---|
ArtifactId | ArtifactIdbento-testing |
Version | Version11.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
bento-testing-11.0.0.pom | |
bento-testing-11.0.0.aar | 45 KB |
bento-testing-11.0.0-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>11.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yelp.android/bento-testing/
implementation 'com.yelp.android:bento-testing:11.0.0'
// https://jarcasting.com/artifacts/com.yelp.android/bento-testing/
implementation ("com.yelp.android:bento-testing:11.0.0")
'com.yelp.android:bento-testing:aar:11.0.0'
<dependency org="com.yelp.android" name="bento-testing" rev="11.0.0">
<artifact name="bento-testing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yelp.android', module='bento-testing', version='11.0.0')
)
libraryDependencies += "com.yelp.android" % "bento-testing" % "11.0.0"
[com.yelp.android/bento-testing "11.0.0"]