MVN

com.adobe.cq : core.wcm.components.it.e2e-selenium-utils

Maven & Gradle

Aug 03, 2023
1 usages
661 stars

Adobe Experience Manager Core WCM Components E2E Testing Utils

<dependency>
    <groupId>com.adobe.cq</groupId>
    <artifactId>core.wcm.components.it.e2e-selenium-utils</artifactId>
    <version>2.23.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.cq : core.wcm.components.it.e2e-selenium-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.23.2

All Versions

Choose a version of com.adobe.cq : core.wcm.components.it.e2e-selenium-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.23.x
core.wcm.components.it.e2e-selenium-utils-2.23.2
core.wcm.components.it.e2e-selenium-utils-2.23.0
2.22.x
core.wcm.components.it.e2e-selenium-utils-2.22.12
core.wcm.components.it.e2e-selenium-utils-2.22.10
core.wcm.components.it.e2e-selenium-utils-2.22.8
core.wcm.components.it.e2e-selenium-utils-2.22.6
core.wcm.components.it.e2e-selenium-utils-2.22.4
core.wcm.components.it.e2e-selenium-utils-2.22.2
core.wcm.components.it.e2e-selenium-utils-2.22.0
2.21.x
core.wcm.components.it.e2e-selenium-utils-2.21.4
core.wcm.components.it.e2e-selenium-utils-2.21.2
core.wcm.components.it.e2e-selenium-utils-2.21.0
2.20.x
core.wcm.components.it.e2e-selenium-utils-2.20.8
core.wcm.components.it.e2e-selenium-utils-2.20.6
core.wcm.components.it.e2e-selenium-utils-2.20.4
core.wcm.components.it.e2e-selenium-utils-2.20.2
core.wcm.components.it.e2e-selenium-utils-2.20.0
2.19.x
core.wcm.components.it.e2e-selenium-utils-2.19.2
core.wcm.components.it.e2e-selenium-utils-2.19.0
2.18.x
core.wcm.components.it.e2e-selenium-utils-2.18.8
core.wcm.components.it.e2e-selenium-utils-2.18.6
core.wcm.components.it.e2e-selenium-utils-2.18.4
core.wcm.components.it.e2e-selenium-utils-2.18.2
core.wcm.components.it.e2e-selenium-utils-2.18.0

How to add a dependency to Maven

Add the following com.adobe.cq : core.wcm.components.it.e2e-selenium-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adobe.cq</groupId>
    <artifactId>core.wcm.components.it.e2e-selenium-utils</artifactId>
    <version>2.23.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.cq : core.wcm.components.it.e2e-selenium-utils gradle dependency to your build.gradle file:

implementation 'com.adobe.cq:core.wcm.components.it.e2e-selenium-utils:2.23.2'

Gradle Kotlin DSL: Add the following com.adobe.cq : core.wcm.components.it.e2e-selenium-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.cq:core.wcm.components.it.e2e-selenium-utils:2.23.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.cq : core.wcm.components.it.e2e-selenium-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.cq" % "core.wcm.components.it.e2e-selenium-utils" % "2.23.2"