| License |
License |
|---|---|
| Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdcom.github.vladimir-bukhtoyarov |
| ArtifactId | ArtifactIdrolling-metrics |
| Last Version | Last Version2.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRolling metrics
Collection of advanced monitoring metrics with rolling time window semantic
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rolling-metrics-2.0.5.pom | |
| rolling-metrics-2.0.5.jar | 88 KB |
| rolling-metrics-2.0.5-sources.jar | 67 KB |
| rolling-metrics-2.0.5-javadoc.jar | 274 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/rolling-metrics/ -->
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>rolling-metrics</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/rolling-metrics/
implementation 'com.github.vladimir-bukhtoyarov:rolling-metrics:2.0.5'
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/rolling-metrics/
implementation ("com.github.vladimir-bukhtoyarov:rolling-metrics:2.0.5")
'com.github.vladimir-bukhtoyarov:rolling-metrics:jar:2.0.5'
<dependency org="com.github.vladimir-bukhtoyarov" name="rolling-metrics" rev="2.0.5">
<artifact name="rolling-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vladimir-bukhtoyarov', module='rolling-metrics', version='2.0.5')
)
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "rolling-metrics" % "2.0.5"
[com.github.vladimir-bukhtoyarov/rolling-metrics "2.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard.metrics : metrics-core | jar | 3.1.2 |
| org.hdrhistogram : HdrHistogram | jar | 2.1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |