is not current version
Last Version 4.2.10

io.dropwizard.metrics:metrics-benchmarks 4.2.0-rc.1

A development module for performance benchmarks of Metrics classes.

Categories

Categories

DropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

io.dropwizard.metrics
ArtifactId

ArtifactId

metrics-benchmarks
Version

Version

4.2.0-rc.1
Type

Type

jar

Download metrics-benchmarks 4.2.0-rc.1


<!-- https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-benchmarks/ -->
<dependency>
    <groupId>io.dropwizard.metrics</groupId>
    <artifactId>metrics-benchmarks</artifactId>
    <version>4.2.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-benchmarks/
implementation 'io.dropwizard.metrics:metrics-benchmarks:4.2.0-rc.1'
// https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-benchmarks/
implementation ("io.dropwizard.metrics:metrics-benchmarks:4.2.0-rc.1")
'io.dropwizard.metrics:metrics-benchmarks:jar:4.2.0-rc.1'
<dependency org="io.dropwizard.metrics" name="metrics-benchmarks" rev="4.2.0-rc.1">
  <artifact name="metrics-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-benchmarks', version='4.2.0-rc.1')
)
libraryDependencies += "io.dropwizard.metrics" % "metrics-benchmarks" % "4.2.0-rc.1"
[io.dropwizard.metrics/metrics-benchmarks "4.2.0-rc.1"]