MVN

com.day.cq.wcm : cq-wcm-foundation

Maven & Gradle

Oct 29, 2020
43 usages

Day Communique 5 WCM Foundation Components · Set of Components serving as Defaults

<dependency>
    <groupId>com.day.cq.wcm</groupId>
    <artifactId>cq-wcm-foundation</artifactId>
    <version>5.3.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.3.14

All Versions

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

Version Vulnerabilities Updated
5.6.x
cq-wcm-foundation-5.6.4
cq-wcm-foundation-5.6.2.R002
cq-wcm-foundation-5.6.2
5.5.x
cq-wcm-foundation-5.5.20
cq-wcm-foundation-5.5.18
cq-wcm-foundation-5.5.16
cq-wcm-foundation-5.5.14
cq-wcm-foundation-5.5.12
cq-wcm-foundation-5.5.8
cq-wcm-foundation-5.5.6
cq-wcm-foundation-5.5.4
cq-wcm-foundation-5.5.2
cq-wcm-foundation-5.5.0
5.4.x
cq-wcm-foundation-5.4.22
cq-wcm-foundation-5.4.20
cq-wcm-foundation-5.4.18
cq-wcm-foundation-5.4.16
cq-wcm-foundation-5.4.14
cq-wcm-foundation-5.4.12
cq-wcm-foundation-5.4.10
cq-wcm-foundation-5.4.10.2
cq-wcm-foundation-5.4.8
cq-wcm-foundation-5.4.6
cq-wcm-foundation-5.4.4
cq-wcm-foundation-5.4.2
cq-wcm-foundation-5.4.0
5.3.x
cq-wcm-foundation-5.3.16
cq-wcm-foundation-5.3.14
cq-wcm-foundation-5.3.10
cq-wcm-foundation-5.3.8
cq-wcm-foundation-5.3.6
cq-wcm-foundation-5.3.4
cq-wcm-foundation-5.3.2
cq-wcm-foundation-5.3.0
5.2.x
cq-wcm-foundation-5.2.44
cq-wcm-foundation-5.2.40
cq-wcm-foundation-5.2.38
cq-wcm-foundation-5.2.36
cq-wcm-foundation-5.2.34
cq-wcm-foundation-5.2.32
cq-wcm-foundation-5.2.31-R55771
cq-wcm-foundation-5.2.31-R55775
cq-wcm-foundation-5.2.31-R55772
cq-wcm-foundation-5.2.31-R55774
cq-wcm-foundation-5.2.31-R55773
cq-wcm-foundation-5.2.30
cq-wcm-foundation-5.2.10
cq-wcm-foundation-5.2.8
cq-wcm-foundation-5.2.6
cq-wcm-foundation-5.2.4
cq-wcm-foundation-5.2.2
5.1.x
cq-wcm-foundation-5.1.21-R46295
cq-wcm-foundation-5.1.21-R46253
cq-wcm-foundation-5.1.21-R47671
cq-wcm-foundation-5.1.20
cq-wcm-foundation-5.1.20.21524
cq-wcm-foundation-5.1.18
cq-wcm-foundation-5.1.16
cq-wcm-foundation-5.1.12
cq-wcm-foundation-5.1.10.2
cq-wcm-foundation-5.1.10
cq-wcm-foundation-5.1.8
cq-wcm-foundation-5.1.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.day.cq.wcm</groupId>
    <artifactId>cq-wcm-foundation</artifactId>
    <version>5.3.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.day.cq.wcm:cq-wcm-foundation:5.3.14'

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

implementation("com.day.cq.wcm:cq-wcm-foundation:5.3.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.day.cq.wcm" % "cq-wcm-foundation" % "5.3.14"

Advertisement