m

metrics-servlets

A set of utility servlets for Metrics, allowing you to expose valuable information about your production environment.
Files download
File Operation
metrics-servlets-4.1.31.jar download
metrics-servlets-4.1.31.pom download
metrics-servlets-4.1.31-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard.metrics</groupId>
  <artifactId>metrics-servlets</artifactId>
  <version>4.1.31</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard.metrics:metrics-servlets:4.1.31'
Gradle Kotlin
implementation("io.dropwizard.metrics:metrics-servlets:4.1.31")
Scala SBT
libraryDependencies += "io.dropwizard.metrics" % "metrics-servlets" % "4.1.31"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard.metrics', module='metrics-servlets', version='4.1.31')
)
Apache Ivy
<dependency org="io.dropwizard.metrics" name="metrics-servlets" rev="4.1.31" />
Leiningen
[io.dropwizard.metrics/metrics-servlets "4.1.31"]
Apache Buildr
'io.dropwizard.metrics:metrics-servlets:jar:4.1.31'