License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.dropwizard.metrics |
ArtifactId | ArtifactIdmetrics-benchmarks |
Last Version | Last Version4.2.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBenchmarks for Metrics
A development module for performance benchmarks of Metrics classes.
|
Filename | Size |
---|---|
metrics-benchmarks-4.2.10.pom | |
metrics-benchmarks-4.2.10.jar | 98 KB |
metrics-benchmarks-4.2.10-sources.jar | 53 KB |
metrics-benchmarks-4.2.10-javadoc.jar | 585 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-benchmarks/ -->
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-benchmarks</artifactId>
<version>4.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-benchmarks/
implementation 'io.dropwizard.metrics:metrics-benchmarks:4.2.10'
// https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-benchmarks/
implementation ("io.dropwizard.metrics:metrics-benchmarks:4.2.10")
'io.dropwizard.metrics:metrics-benchmarks:jar:4.2.10'
<dependency org="io.dropwizard.metrics" name="metrics-benchmarks" rev="4.2.10">
<artifact name="metrics-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-benchmarks', version='4.2.10')
)
libraryDependencies += "io.dropwizard.metrics" % "metrics-benchmarks" % "4.2.10"
[io.dropwizard.metrics/metrics-benchmarks "4.2.10"]