Download metrics-jetty9-3.1.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.1.2 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials