is not current version
Last Version 19.0.0

com.yelp.android:bento-testing 18.0.1

A library for testing Android user interfaces created with Bento.

GroupId

GroupId

com.yelp.android
ArtifactId

ArtifactId

bento-testing
Version

Version

18.0.1
Type

Type

aar

Download bento-testing 18.0.1


<!-- https://jarcasting.com/artifacts/com.yelp.android/bento-testing/ -->
<dependency>
    <groupId>com.yelp.android</groupId>
    <artifactId>bento-testing</artifactId>
    <version>18.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yelp.android/bento-testing/
implementation 'com.yelp.android:bento-testing:18.0.1'
// https://jarcasting.com/artifacts/com.yelp.android/bento-testing/
implementation ("com.yelp.android:bento-testing:18.0.1")
'com.yelp.android:bento-testing:aar:18.0.1'
<dependency org="com.yelp.android" name="bento-testing" rev="18.0.1">
  <artifact name="bento-testing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yelp.android', module='bento-testing', version='18.0.1')
)
libraryDependencies += "com.yelp.android" % "bento-testing" % "18.0.1"
[com.yelp.android/bento-testing "18.0.1"]