MVN

com.tascape.qa : thx-android-uiat

Maven & Gradle

Jul 07, 2016
0 stars

thx-android-uiat · uiautomator test

<dependency>
    <groupId>com.tascape.qa</groupId>
    <artifactId>thx-android-uiat</artifactId>
    <version>1.1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tascape.qa : thx-android-uiat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.15

All Versions

Choose a version of com.tascape.qa : thx-android-uiat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
thx-android-uiat-1.1.15
thx-android-uiat-1.1.14
thx-android-uiat-1.1.13
thx-android-uiat-1.1.12
thx-android-uiat-1.1.11
thx-android-uiat-1.1.10
thx-android-uiat-1.1.9
thx-android-uiat-1.1.8
thx-android-uiat-1.1.6
thx-android-uiat-1.1.5
thx-android-uiat-1.1.4
thx-android-uiat-1.1.3
thx-android-uiat-1.1.2
thx-android-uiat-1.1.1
thx-android-uiat-1.1.0
1.0.x
thx-android-uiat-1.0.17
thx-android-uiat-1.0.16
thx-android-uiat-1.0.15
thx-android-uiat-1.0.14
thx-android-uiat-1.0.13
thx-android-uiat-1.0.12
thx-android-uiat-1.0.11
thx-android-uiat-1.0.10
thx-android-uiat-1.0.9
thx-android-uiat-1.0.8
thx-android-uiat-1.0.7
thx-android-uiat-1.0.6
thx-android-uiat-1.0.5
thx-android-uiat-1.0.4
thx-android-uiat-1.0.3
thx-android-uiat-1.0.2
thx-android-uiat-1.0.1
thx-android-uiat-1.0.0

How to add a dependency to Maven

Add the following com.tascape.qa : thx-android-uiat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tascape.qa</groupId>
    <artifactId>thx-android-uiat</artifactId>
    <version>1.1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tascape.qa : thx-android-uiat gradle dependency to your build.gradle file:

implementation 'com.tascape.qa:thx-android-uiat:1.1.15'

Gradle Kotlin DSL: Add the following com.tascape.qa : thx-android-uiat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tascape.qa:thx-android-uiat:1.1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tascape.qa : thx-android-uiat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tascape.qa" % "thx-android-uiat" % "1.1.15"

Advertisement