License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-metrics |
Last Version | Last Version4.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Metrics Support
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-metrics/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics</artifactId>
<version>4.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-metrics/
implementation 'io.dropwizard:dropwizard-metrics:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-metrics/
implementation ("io.dropwizard:dropwizard-metrics:4.0.0-beta.1")
'io.dropwizard:dropwizard-metrics:jar:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-metrics" rev="4.0.0-beta.1">
<artifact name="dropwizard-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-metrics', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-metrics" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-metrics "4.0.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-lifecycle | jar | 4.0.0-beta.1 |
io.dropwizard : dropwizard-jackson | jar | 4.0.0-beta.1 |
io.dropwizard : dropwizard-util | jar | 4.0.0-beta.1 |
io.dropwizard : dropwizard-validation | jar | 4.0.0-beta.1 |
io.dropwizard.metrics : metrics-core | jar | |
com.fasterxml.jackson.core : jackson-annotations | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
jakarta.validation : jakarta.validation-api | jar | 3.0.1 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha7 |
com.github.ben-manes.caffeine : caffeine | jar | 3.0.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
org.mockito : mockito-core | jar | 4.4.0 |
io.dropwizard : dropwizard-logging | jar | 4.0.0-beta.1 |
io.dropwizard : dropwizard-configuration | jar | 4.0.0-beta.1 |