MVN

io.github.leetcrunch : HdrHistogram

Maven & Gradle

Jan 24, 2024
0 stars

HdrHistogram · HdrHistogram supports the recording and analyzing sampled data value counts across a configurable integer value range with configurable value precision within the range. Value precision is expressed as the number of significant digits in the value recording, and provides control over value quantization behavior across the value range and the subsequent value resolution at any given level.

<dependency>
    <groupId>io.github.leetcrunch</groupId>
    <artifactId>HdrHistogram</artifactId>
    <version>2.1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.leetcrunch : HdrHistogram to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.12

All Versions

Choose a version of io.github.leetcrunch : HdrHistogram to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
HdrHistogram-2.1.12
HdrHistogram-2.1.10
HdrHistogram-2.1.9
HdrHistogram-2.1.6
HdrHistogram-2.1.5

How to add a dependency to Maven

Add the following io.github.leetcrunch : HdrHistogram maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.leetcrunch</groupId>
    <artifactId>HdrHistogram</artifactId>
    <version>2.1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.leetcrunch : HdrHistogram gradle dependency to your build.gradle file:

implementation 'io.github.leetcrunch:HdrHistogram:2.1.12'

Gradle Kotlin DSL: Add the following io.github.leetcrunch : HdrHistogram gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.leetcrunch:HdrHistogram:2.1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.leetcrunch : HdrHistogram sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.leetcrunch" % "HdrHistogram" % "2.1.12"