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