Download metrics-servlets-3.0.1.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.0.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials