c

cq-statistics

This module gathers statistical information about queries and picked results and provides reports on that data.
https://adobe.com
License Agreement
Adobe
Adobe
Files download
File Operation
cq-statistics-5.6.2.jar download
cq-statistics-5.6.2.pom download
cq-statistics-5.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.day.cq</groupId>
  <artifactId>cq-statistics</artifactId>
  <version>5.6.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.day.cq:cq-statistics:5.6.2'
Gradle Kotlin
implementation("com.day.cq:cq-statistics:5.6.2")
Scala SBT
libraryDependencies += "com.day.cq" % "cq-statistics" % "5.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.day.cq', module='cq-statistics', version='5.6.2')
)
Apache Ivy
<dependency org="com.day.cq" name="cq-statistics" rev="5.6.2" />
Leiningen
[com.day.cq/cq-statistics "5.6.2"]
Apache Buildr
'com.day.cq:cq-statistics:jar:5.6.2'