MVN

com.day.cq : cq-testing

Maven & Gradle

Oct 29, 2020
48 usages

Day Communique 5 Testing Utilities · Provides utility classes for automated testing

<dependency>
    <groupId>com.day.cq</groupId>
    <artifactId>cq-testing</artifactId>
    <version>5.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.day.cq : cq-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.0

All Versions

Choose a version of com.day.cq : cq-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
cq-testing-5.6.0
5.5.x
cq-testing-5.5.0
5.4.x
cq-testing-5.4.0
5.3.x
cq-testing-5.3.0

How to add a dependency to Maven

Add the following com.day.cq : cq-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.day.cq</groupId>
    <artifactId>cq-testing</artifactId>
    <version>5.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.day.cq : cq-testing gradle dependency to your build.gradle file:

implementation 'com.day.cq:cq-testing:5.4.0'

Gradle Kotlin DSL: Add the following com.day.cq : cq-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.day.cq:cq-testing:5.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.day.cq : cq-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.day.cq" % "cq-testing" % "5.4.0"

Advertisement

Dependencies from Group

Oct 29, 2020
173 usages
Oct 29, 2020
71 usages
Oct 29, 2020
66 usages
Oct 29, 2020
52 usages
Oct 29, 2020
48 usages

Discover Dependencies

Oct 29, 2020
52 usages
Oct 29, 2020
43 usages
Oct 29, 2020
3 usages
Oct 29, 2020
16 usages
Oct 29, 2020
13 usages
Oct 29, 2020
4 usages
Oct 29, 2020
2 usages
Oct 28, 2020
Oct 17, 2021
1 stars