Download metrics-jetty9-3.0.2.jar file - Jar m

Jar examples for m:metrics-jetty9

Description

A set of extensions for Jetty 9.1 and higher which provide instrumentation of thread pools, connector metrics, and application latency and utilization.

You can download jar file metrics-jetty9 3.0.2 in this page.

Build File

You can use the following script to add metrics-jetty9-3.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

metrics-jetty9-3.0.2-javadoc.jar
metrics-jetty9-3.0.2-sources.jar
metrics-jetty9-3.0.2.jar
metrics-jetty9-3.0.2.pom



Related Tutorials