c

cq-commons

Bundle implementing the common functionality for the Communique 5 platform
https://adobe.com
License Agreement
Adobe
Adobe
Files download
File Operation
cq-commons-5.6.0.jar download
cq-commons-5.6.0.pom download
cq-commons-5.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.day.cq</groupId>
  <artifactId>cq-commons</artifactId>
  <version>5.6.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.day.cq:cq-commons:5.6.0'
Gradle Kotlin
implementation("com.day.cq:cq-commons:5.6.0")
Scala SBT
libraryDependencies += "com.day.cq" % "cq-commons" % "5.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.day.cq', module='cq-commons', version='5.6.0')
)
Apache Ivy
<dependency org="com.day.cq" name="cq-commons" rev="5.6.0" />
Leiningen
[com.day.cq/cq-commons "5.6.0"]
Apache Buildr
'com.day.cq:cq-commons:jar:5.6.0'