MVN

com.day.cq.wcm : cq-wcm-notification

Maven & Gradle

Oct 29, 2020
11 usages

Day Communique 5 WCM Notification Bundle · The Communique WCM Notification Bundle

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

Latest Version

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

  • Latest Stable: 5.6.6

All Versions

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

Version Vulnerabilities Updated
5.6.x
cq-wcm-notification-5.6.8
cq-wcm-notification-5.6.6
cq-wcm-notification-5.6.5-R201304231510
cq-wcm-notification-5.6.4
5.5.x
cq-wcm-notification-5.5.4
cq-wcm-notification-5.5.0
5.4.x
cq-wcm-notification-5.4.6
cq-wcm-notification-5.4.0
5.3.x
cq-wcm-notification-5.3.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.day.cq.wcm</groupId>
    <artifactId>cq-wcm-notification</artifactId>
    <version>5.6.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.day.cq.wcm:cq-wcm-notification:5.6.6'

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

implementation("com.day.cq.wcm:cq-wcm-notification:5.6.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.day.cq.wcm" % "cq-wcm-notification" % "5.6.6"

Advertisement