MVN

org.terracotta : statistics

Maven & Gradle

Jul 07, 2022
8 usages
5 stars

Terracotta Statistics · A statistics framework used inside Ehcache and the Terracotta products

<dependency>
    <groupId>org.terracotta</groupId>
    <artifactId>statistics</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.terracotta : statistics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of org.terracotta : statistics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
statistics-2.1.2
statistics-2.1.1
2.1
statistics-2.1
2.0.x
statistics-2.0.7
statistics-2.0.6
statistics-2.0.5
statistics-2.0.4
statistics-2.0.3
statistics-2.0.2
statistics-2.0.1
statistics-2.0.0
2.0,2
statistics-2.0,2
1.5.x
statistics-1.5.0
1.4.x
statistics-1.4.4
statistics-1.4.3
statistics-1.4.2
statistics-1.4.1
statistics-1.4.0
1.3.x
statistics-1.3.0
1.2.x
statistics-1.2.0
1.1.x
statistics-1.1.0

How to add a dependency to Maven

Add the following org.terracotta : statistics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.terracotta</groupId>
    <artifactId>statistics</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.terracotta : statistics gradle dependency to your build.gradle file:

implementation 'org.terracotta:statistics:2.1.2'

Gradle Kotlin DSL: Add the following org.terracotta : statistics gradle kotlin dependency to your build.gradle.kts file:

implementation("org.terracotta:statistics:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.terracotta : statistics sbt scala dependency to your build.sbt file:

libraryDependencies += "org.terracotta" % "statistics" % "2.1.2"

Advertisement