MVN

com.linkedin.testbutler : test-butler-app

Maven & Gradle

Feb 11, 2021
999 stars

Test Butler · A companion APK and library for stabilizing Android devices during testing.

<dependency>
    <groupId>com.linkedin.testbutler</groupId>
    <artifactId>test-butler-app</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.testbutler : test-butler-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of com.linkedin.testbutler : test-butler-app to add to Maven or Gradle - All Versions:

  • Version Updated
  • test-butler-app-2.2.1

    Feb 11, 2021

How to add a dependency to Maven

Add the following com.linkedin.testbutler : test-butler-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkedin.testbutler</groupId>
    <artifactId>test-butler-app</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkedin.testbutler : test-butler-app gradle dependency to your build.gradle file:

implementation 'com.linkedin.testbutler:test-butler-app:2.2.1'

Gradle Kotlin DSL: Add the following com.linkedin.testbutler : test-butler-app gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkedin.testbutler:test-butler-app:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkedin.testbutler : test-butler-app sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkedin.testbutler" % "test-butler-app" % "2.2.1"