MVN

org.hdrhistogram : HdrHistogram

Maven & Gradle

Dec 10, 2019
550 usages
2k 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>org.hdrhistogram</groupId>
    <artifactId>HdrHistogram</artifactId>
    <version>2.1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hdrhistogram : HdrHistogram to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.12

All Versions

Choose a version of org.hdrhistogram : HdrHistogram to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
HdrHistogram-2.1.12
HdrHistogram-2.1.11
HdrHistogram-2.1.10
HdrHistogram-2.1.9
HdrHistogram-2.1.8
HdrHistogram-2.1.7
HdrHistogram-2.1.6
HdrHistogram-2.1.5
HdrHistogram-2.1.4
HdrHistogram-2.1.3
HdrHistogram-2.1.2
HdrHistogram-2.1.1
HdrHistogram-2.1.0
2.0.x
HdrHistogram-2.0.3
HdrHistogram-2.0.2
HdrHistogram-2.0.1
1.2.x
HdrHistogram-1.2.1
1.1.x
HdrHistogram-1.1.6
HdrHistogram-1.1.5
HdrHistogram-1.1.4
HdrHistogram-1.1.3
1.0.x
HdrHistogram-1.0.9
HdrHistogram-1.0.8
HdrHistogram-1.0.7
HdrHistogram-1.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.hdrhistogram</groupId>
    <artifactId>HdrHistogram</artifactId>
    <version>2.1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hdrhistogram : HdrHistogram gradle dependency to your build.gradle file:

implementation 'org.hdrhistogram:HdrHistogram:2.1.12'

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

implementation("org.hdrhistogram:HdrHistogram:2.1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hdrhistogram : HdrHistogram sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hdrhistogram" % "HdrHistogram" % "2.1.12"

Advertisement

Dependencies from Group

Dec 10, 2019
550 usages
2k stars

Discover Dependencies

Jul 31, 2023
175 usages
43.2k stars
sdk
May 02, 2017
2 usages
839 stars
Apr 29, 2021
63 usages
1.8k stars
Aug 23, 2023
455 usages
195 stars
Jan 16, 2016
10 usages
826 stars
Dec 01, 2021
1.9k usages
2.1k stars
Jul 01, 2023
30 usages
6.3k stars
Jan 28, 2019
10 usages
397 stars
Jan 31, 2020
19 usages
3.6k stars
Mar 25, 2023
887 usages
77 stars