MVN

com.day.cq.wcm : cq-wcm-offline

Maven & Gradle

Oct 29, 2020
5 usages

Day Communique 5 WCM Offline Editor · This bundle contains the core functionality of the offline editor feature in CQ5 WCM. The offline editor feature allows a user to export CQ5 content to a Microsoft Word document for offline editing. Once done and back online, the user can import the modified content back to the repository.

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

Latest Version

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

  • Latest Stable: 5.6.2

All Versions

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

Version Vulnerabilities Updated
5.6.x
cq-wcm-offline-5.6.4
cq-wcm-offline-5.6.2
5.3.x
cq-wcm-offline-5.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.day.cq.wcm</groupId>
    <artifactId>cq-wcm-offline</artifactId>
    <version>5.6.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.day.cq.wcm:cq-wcm-offline:5.6.2'

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

implementation("com.day.cq.wcm:cq-wcm-offline:5.6.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.day.cq.wcm" % "cq-wcm-offline" % "5.6.2"

Advertisement