MVN

com.adevinta.android : barista

Maven & Gradle

Nov 15, 2022
1.6k stars

library · Barista makes developing UI test faster, easier and more predictable. Built on top of Espresso, it provides a simple and discoverable API, removing most of the boilerplate and verbosity of common Espresso tasks. You and your Android team will write tests with no effort.

<dependency>
    <groupId>com.adevinta.android</groupId>
    <artifactId>barista</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adevinta.android : barista to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of com.adevinta.android : barista to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
barista-4.3.0
4.2.x
barista-4.2.0
4.1.x
barista-4.1.0
4.0.x
barista-4.0.0
3.10.x
barista-3.10.0

How to add a dependency to Maven

Add the following com.adevinta.android : barista maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adevinta.android</groupId>
    <artifactId>barista</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adevinta.android : barista gradle dependency to your build.gradle file:

implementation 'com.adevinta.android:barista:4.3.0'

Gradle Kotlin DSL: Add the following com.adevinta.android : barista gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adevinta.android:barista:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adevinta.android : barista sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adevinta.android" % "barista" % "4.3.0"

Advertisement