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-3.2.5.jar download
metrics-servlets-3.2.5.pom download
metrics-servlets-3.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard.metrics</groupId>
  <artifactId>metrics-servlets</artifactId>
  <version>3.2.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard.metrics:metrics-servlets:3.2.5'
Gradle Kotlin
implementation("io.dropwizard.metrics:metrics-servlets:3.2.5")
Scala SBT
libraryDependencies += "io.dropwizard.metrics" % "metrics-servlets" % "3.2.5"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard.metrics', module='metrics-servlets', version='3.2.5')
)
Apache Ivy
<dependency org="io.dropwizard.metrics" name="metrics-servlets" rev="3.2.5" />
Leiningen
[io.dropwizard.metrics/metrics-servlets "3.2.5"]
Apache Buildr
'io.dropwizard.metrics:metrics-servlets:jar:3.2.5'