c

crx-statistics

The Statistics project contains a CRXModule, which writes arbitrary statistical information into a tree structure.
Files download
File Operation
crx-statistics-2.0.0-load17.jar download
crx-statistics-2.0.0-load17.pom download
crx-statistics-2.0.0-load17-sources.jar download
Apache Maven
<dependency>
  <groupId>com.day.crx</groupId>
  <artifactId>crx-statistics</artifactId>
  <version>2.0.0-load17</version>
</dependency>
Gradle Groovy
implementation 'com.day.crx:crx-statistics:2.0.0-load17'
Gradle Kotlin
implementation("com.day.crx:crx-statistics:2.0.0-load17")
Scala SBT
libraryDependencies += "com.day.crx" % "crx-statistics" % "2.0.0-load17"
Groovy Grape
@Grapes(
  @Grab(group='com.day.crx', module='crx-statistics', version='2.0.0-load17')
)
Apache Ivy
<dependency org="com.day.crx" name="crx-statistics" rev="2.0.0-load17" />
Leiningen
[com.day.crx/crx-statistics "2.0.0-load17"]
Apache Buildr
'com.day.crx:crx-statistics:jar:2.0.0-load17'