MVN

com.github.saikrishna321 : AppiumTestDistribution

Maven & Gradle

Jul 10, 2023
964 stars

AppiumTestDistribution · A tool run Android and iOS test in parallel across devices

<dependency>
    <groupId>com.github.saikrishna321</groupId>
    <artifactId>AppiumTestDistribution</artifactId>
    <version>13.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.saikrishna321 : AppiumTestDistribution to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.1.2

All Versions

Choose a version of com.github.saikrishna321 : AppiumTestDistribution to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.1.x
AppiumTestDistribution-13.1.2
AppiumTestDistribution-13.1.0
13.0.x
AppiumTestDistribution-13.0.0
12.1.x
AppiumTestDistribution-12.1.0
12.0.x
AppiumTestDistribution-12.0.3
AppiumTestDistribution-12.0.2
AppiumTestDistribution-12.0.1
AppiumTestDistribution-12.0.0
11.0.x
AppiumTestDistribution-11.0.2
AppiumTestDistribution-11.0.1
AppiumTestDistribution-11.0.0
10.0.x
AppiumTestDistribution-10.0.1
AppiumTestDistribution-10.0.0
9.1.x
AppiumTestDistribution-9.1.0
9.0.x
AppiumTestDistribution-9.0.1
AppiumTestDistribution-9.0.0

How to add a dependency to Maven

Add the following com.github.saikrishna321 : AppiumTestDistribution maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.saikrishna321</groupId>
    <artifactId>AppiumTestDistribution</artifactId>
    <version>13.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.saikrishna321 : AppiumTestDistribution gradle dependency to your build.gradle file:

implementation 'com.github.saikrishna321:AppiumTestDistribution:13.1.2'

Gradle Kotlin DSL: Add the following com.github.saikrishna321 : AppiumTestDistribution gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.saikrishna321:AppiumTestDistribution:13.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.saikrishna321 : AppiumTestDistribution sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.saikrishna321" % "AppiumTestDistribution" % "13.1.2"

Advertisement