MVN

com.qmetry : qaf-support-mobile

Maven & Gradle

Oct 03, 2022
1 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.0b</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.0b
  • Latest Release Candidate: 3.1.0-RC2

All Versions

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

  • Version Updated
  • qaf-support-mobile-3.2.0b

    Oct 03, 2022
  • qaf-support-mobile-3.1.0

    Feb 27, 2022
  • qaf-support-mobile-3.1.0-RC2

    Jan 03, 2022
  • qaf-support-mobile-3.1.0-RC1

    Dec 13, 2021
  • qaf-support-mobile-3.1.0b2

    Dec 05, 2021
  • qaf-support-mobile-3.1.0b

    Oct 25, 2021
  • qaf-support-mobile-3.0.1

    Oct 21, 2021
  • qaf-support-mobile-3.0.1b

    Oct 06, 2021

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.0b</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.0b'

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.0b")

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.0b"