MVN

com.qmetry : qaf-support-mobile

Maven & Gradle

Aug 27, 2023
2 stars

QMetry Automation Framework mobile automation support · qaf support library for automated testing of mobile apps using appium

<dependency>
    <groupId>com.qmetry</groupId>
    <artifactId>qaf-support-mobile</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qmetry : qaf-support-mobile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0
  • Latest Release Candidate: 4.0.0-RC2

All Versions

Choose a version of com.qmetry : qaf-support-mobile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
qaf-support-mobile-4.0.0-RC2
qaf-support-mobile-4.0.0-RC1
3.2.x
qaf-support-mobile-3.2.0
qaf-support-mobile-3.2.0b
3.1.x
qaf-support-mobile-3.1.0
qaf-support-mobile-3.1.0-RC2
qaf-support-mobile-3.1.0-RC1
qaf-support-mobile-3.1.0b2
qaf-support-mobile-3.1.0b
3.0.x
qaf-support-mobile-3.0.1
qaf-support-mobile-3.0.1b

How to add a dependency to Maven

Add the following com.qmetry : qaf-support-mobile maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.qmetry</groupId>
    <artifactId>qaf-support-mobile</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qmetry : qaf-support-mobile gradle dependency to your build.gradle file:

implementation 'com.qmetry:qaf-support-mobile:3.2.0'

Gradle Kotlin DSL: Add the following com.qmetry : qaf-support-mobile gradle kotlin dependency to your build.gradle.kts file:

implementation("com.qmetry:qaf-support-mobile:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qmetry : qaf-support-mobile sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qmetry" % "qaf-support-mobile" % "3.2.0"

Advertisement