Download metrics-jersey2-3.1.0.jar file - Jar m

Jar examples for m:metrics-jersey2

Description

A set of class providing Metrics integration for Jersey, the reference JAX-RS implementation.

You can download jar file metrics-jersey2 3.1.0 in this page.

Build File

You can use the following script to add metrics-jersey2-3.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

metrics-jersey2-3.1.0-javadoc.jar
metrics-jersey2-3.1.0-sources.jar
metrics-jersey2-3.1.0.jar
metrics-jersey2-3.1.0.pom



Related Tutorials