MVN

com.yelp.android : bento-testing

Maven & Gradle

Apr 04, 2023
305 stars

Bento Testing · A library for testing Android user interfaces created with Bento.

<dependency>
    <groupId>com.yelp.android</groupId>
    <artifactId>bento-testing</artifactId>
    <version>20.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yelp.android : bento-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.0.0

All Versions

Choose a version of com.yelp.android : bento-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.0.x
bento-testing-20.0.0
19.1.x
bento-testing-19.1.0
19.0.x
bento-testing-19.0.0
18.2.x
bento-testing-18.2.1
bento-testing-18.2.0
18.1.x
bento-testing-18.1.2
bento-testing-18.1.1
bento-testing-18.1.0
18.0.x
bento-testing-18.0.2
bento-testing-18.0.1
17.0.x
bento-testing-17.0.1
bento-testing-17.0.0
16.0.x
bento-testing-16.0.0
15.8.x
bento-testing-15.8.0
15.7.x
bento-testing-15.7.0
15.6.x
bento-testing-15.6.0
15.5.x
bento-testing-15.5.0
15.4.x
bento-testing-15.4.0
15.3.x
bento-testing-15.3.2
bento-testing-15.3.0
15.2.x
bento-testing-15.2.0
15.1.x
bento-testing-15.1.1
14.1.x
bento-testing-14.1.0
14.0.x
bento-testing-14.0.0
13.0.x
bento-testing-13.0.0
11.0.x
bento-testing-11.0.0

How to add a dependency to Maven

Add the following com.yelp.android : bento-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yelp.android</groupId>
    <artifactId>bento-testing</artifactId>
    <version>20.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yelp.android : bento-testing gradle dependency to your build.gradle file:

implementation 'com.yelp.android:bento-testing:20.0.0'

Gradle Kotlin DSL: Add the following com.yelp.android : bento-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yelp.android:bento-testing:20.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yelp.android : bento-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yelp.android" % "bento-testing" % "20.0.0"

Advertisement