MVN

com.qmetry : qaf-support-aem

Maven & Gradle

Oct 03, 2022
3 stars

QAF AEM support · qaf support library for AEM CoralUI functional test automation

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

Latest Version

Choose a version of com.qmetry : qaf-support-aem 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-aem to add to Maven or Gradle - All Versions:

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

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

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

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

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

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

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

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

    Oct 06, 2021

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.qmetry:qaf-support-aem:3.2.0b'

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

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

How to add a dependency to SBT Scala

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

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