c

cq-tagging

Support for tagging of content, in a free-form tagging style (Web 2.0) but also in the form of a fixed, administered taxonomy.
https://adobe.com
License Agreement
Adobe
Adobe
Files download
File Operation
cq-tagging-5.6.2.jar download
cq-tagging-5.6.2.pom download
cq-tagging-5.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.day.cq</groupId>
  <artifactId>cq-tagging</artifactId>
  <version>5.6.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.day.cq:cq-tagging:5.6.2'
Gradle Kotlin
implementation("com.day.cq:cq-tagging:5.6.2")
Scala SBT
libraryDependencies += "com.day.cq" % "cq-tagging" % "5.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.day.cq', module='cq-tagging', version='5.6.2')
)
Apache Ivy
<dependency org="com.day.cq" name="cq-tagging" rev="5.6.2" />
Leiningen
[com.day.cq/cq-tagging "5.6.2"]
Apache Buildr
'com.day.cq:cq-tagging:jar:5.6.2'