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