Download metrics-servlets-3.1.2.jar file - Jar m

Jar examples for m:metrics-servlets

Description

A set of utility servlets for Metrics, allowing you to expose valuable information about your production environment.

You can download jar file metrics-servlets 3.1.2 in this page.

Build File

You can use the following script to add metrics-servlets-3.1.2.jar to your project.

<dependency>
   <groupId>io.dropwizard.metrics</groupId>
   <artifactId>metrics-servlets</artifactId>
   <version>3.1.2</version>
</dependency>
compile group: 'io.dropwizard.metrics', name: 'metrics-servlets', version: '3.1.2'
libraryDependencies += "io.dropwizard.metrics" % "metrics-servlets" % "3.1.2"
<dependency org="io.dropwizard.metrics" name="metrics-servlets" rev="3.1.2"/>
@Grapes(@Grab(group='io.dropwizard.metrics', module='metrics-servlets', version='3.1.2'))
'io.dropwizard.metrics:metrics-servlets:jar:3.1.2'

Download

Click the following link to download the jar file.

metrics-servlets-3.1.2-javadoc.jar
metrics-servlets-3.1.2-sources.jar
metrics-servlets-3.1.2.jar
metrics-servlets-3.1.2.pom



Related Tutorials