MVN

com.saucelabs : rdc-appium-junit4

Maven & Gradle

Jan 15, 2019
1 stars

RDC Appium JUnit 4 · Library for running Appium test suites and updating test status on Sauce Labs Real Device Cloud (RDC)

<dependency>
    <groupId>com.saucelabs</groupId>
    <artifactId>rdc-appium-junit4</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.saucelabs : rdc-appium-junit4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of com.saucelabs : rdc-appium-junit4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
rdc-appium-junit4-2.1.1
rdc-appium-junit4-2.1.0
2.0.x
rdc-appium-junit4-2.0.0
1.0.x
rdc-appium-junit4-1.0.0

How to add a dependency to Maven

Add the following com.saucelabs : rdc-appium-junit4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.saucelabs</groupId>
    <artifactId>rdc-appium-junit4</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.saucelabs : rdc-appium-junit4 gradle dependency to your build.gradle file:

implementation 'com.saucelabs:rdc-appium-junit4:2.1.1'

Gradle Kotlin DSL: Add the following com.saucelabs : rdc-appium-junit4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.saucelabs:rdc-appium-junit4:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.saucelabs : rdc-appium-junit4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.saucelabs" % "rdc-appium-junit4" % "2.1.1"

Advertisement

Dependencies from Group

Aug 04, 2023
27 usages
44 stars
Oct 11, 2018
20 usages
44 stars
Oct 11, 2018
15 usages
44 stars
Oct 11, 2018
13 usages
44 stars
Aug 15, 2023
7 usages
15 stars

Discover Dependencies