Download metrics-jetty9-4.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 4.0.2 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials