License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.dropwizard.metrics |
ArtifactId | ArtifactIdmetrics-jcstress |
Last Version | Last Version4.2.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMetrics JCStress tests
The Metrics library.
|
Filename | Size |
---|---|
metrics-jcstress-4.2.10.pom | |
metrics-jcstress-4.2.10.jar | 6 KB |
metrics-jcstress-4.2.10-sources.jar | 4 KB |
metrics-jcstress-4.2.10-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-jcstress/ -->
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jcstress</artifactId>
<version>4.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-jcstress/
implementation 'io.dropwizard.metrics:metrics-jcstress:4.2.10'
// https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-jcstress/
implementation ("io.dropwizard.metrics:metrics-jcstress:4.2.10")
'io.dropwizard.metrics:metrics-jcstress:jar:4.2.10'
<dependency org="io.dropwizard.metrics" name="metrics-jcstress" rev="4.2.10">
<artifact name="metrics-jcstress" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-jcstress', version='4.2.10')
)
libraryDependencies += "io.dropwizard.metrics" % "metrics-jcstress" % "4.2.10"
[io.dropwizard.metrics/metrics-jcstress "4.2.10"]