License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.github.vladimir-bukhtoyarov |
ArtifactId | ArtifactIdrolling-metrics-core |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCollection of advanced monitoring metrics with rolling time window semantic
|
<!-- https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/rolling-metrics-core/ -->
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>rolling-metrics-core</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/rolling-metrics-core/
implementation 'com.github.vladimir-bukhtoyarov:rolling-metrics-core:3.0.0'
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/rolling-metrics-core/
implementation ("com.github.vladimir-bukhtoyarov:rolling-metrics-core:3.0.0")
'com.github.vladimir-bukhtoyarov:rolling-metrics-core:jar:3.0.0'
<dependency org="com.github.vladimir-bukhtoyarov" name="rolling-metrics-core" rev="3.0.0">
<artifact name="rolling-metrics-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vladimir-bukhtoyarov', module='rolling-metrics-core', version='3.0.0')
)
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "rolling-metrics-core" % "3.0.0"
[com.github.vladimir-bukhtoyarov/rolling-metrics-core "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hdrhistogram : HdrHistogram | jar | 2.1.8 |
Group / Artifact | Type | Version |
---|---|---|
org.openjdk.jol : jol-core | jar | 0.10 |
junit : junit | jar | 4.12 |