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.4.6.jar download
cq-commons-5.4.6.pom download
cq-commons-5.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.day.cq</groupId>
  <artifactId>cq-commons</artifactId>
  <version>5.4.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.day.cq:cq-commons:5.4.6'
Gradle Kotlin
implementation("com.day.cq:cq-commons:5.4.6")
Scala SBT
libraryDependencies += "com.day.cq" % "cq-commons" % "5.4.6"
Groovy Grape
@Grapes(
  @Grab(group='com.day.cq', module='cq-commons', version='5.4.6')
)
Apache Ivy
<dependency org="com.day.cq" name="cq-commons" rev="5.4.6" />
Leiningen
[com.day.cq/cq-commons "5.4.6"]
Apache Buildr
'com.day.cq:cq-commons:jar:5.4.6'