org.hdrhistogram:HdrHistogram (2.2.2)
Published 2026-09-15 10:16:55 +00:00 by Vlad_Savchuk
Installation
<repositories>
<repository>
<id>gitea</id>
<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
</snapshotRepository>
</distributionManagement><dependency>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
<version>2.2.2</version>
</dependency>mvn installmvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.hdrhistogram:HdrHistogram:2.2.2About this package
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.
Dependencies
org.junit.jupiter:junit-jupiter-api
${junit.jupiter.version}
org.junit.jupiter:junit-jupiter-params
${junit.jupiter.version}
junit:junit
${junit.version}
org.junit.jupiter:junit-jupiter-engine
${junit.jupiter.version}
org.junit.vintage:junit-vintage-engine
${junit.vintage.version}
Details
2026-09-15 10:16:55 +00:00
Assets (2)
Versions (1)
View all
Maven
288
HdrHistogram
Public Domain, per Creative Commons CC0
BSD-2-Clause
185 KiB
HdrHistogram-2.2.2.jar
173 KiB
HdrHistogram-2.2.2.pom
12 KiB
2.2.2
2026-09-15