MVN

org.testobject : testobject-appium-java-api

Maven & Gradle

Jun 14, 2018
1 stars

TestObject Appium Java Api · java wrapper for testobject's appium java apis

<dependency>
    <groupId>org.testobject</groupId>
    <artifactId>testobject-appium-java-api</artifactId>
    <version>0.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testobject : testobject-appium-java-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.7

All Versions

Choose a version of org.testobject : testobject-appium-java-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
testobject-appium-java-api-0.2.7
testobject-appium-java-api-0.2.1
0.1.x
testobject-appium-java-api-0.1.14
testobject-appium-java-api-0.1.11
testobject-appium-java-api-0.1.0
0.0.x
testobject-appium-java-api-0.0.26
testobject-appium-java-api-0.0.24
testobject-appium-java-api-0.0.23
testobject-appium-java-api-0.0.22
testobject-appium-java-api-0.0.21
testobject-appium-java-api-0.0.19
testobject-appium-java-api-0.0.18
testobject-appium-java-api-0.0.17
testobject-appium-java-api-0.0.16

How to add a dependency to Maven

Add the following org.testobject : testobject-appium-java-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.testobject</groupId>
    <artifactId>testobject-appium-java-api</artifactId>
    <version>0.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.testobject : testobject-appium-java-api gradle dependency to your build.gradle file:

implementation 'org.testobject:testobject-appium-java-api:0.2.7'

Gradle Kotlin DSL: Add the following org.testobject : testobject-appium-java-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.testobject:testobject-appium-java-api:0.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.testobject : testobject-appium-java-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.testobject" % "testobject-appium-java-api" % "0.2.7"

Advertisement