Jar examples for m:metrics-jersey
A set of class providing Metrics integration for Jersey, the reference JAX-RS implementation. This module is for the old Jersey 1.x
You can download jar file metrics-jersey 3.0.0 in this page.
You can use the following script to add metrics-jersey-3.0.0.jar to your project.
<dependency> <groupId>com.codahale.metrics</groupId> <artifactId>metrics-jersey</artifactId> <version>3.0.0</version> </dependency>
compile group: 'com.codahale.metrics', name: 'metrics-jersey', version: '3.0.0'
libraryDependencies += "com.codahale.metrics" % "metrics-jersey" % "3.0.0"
<dependency org="com.codahale.metrics" name="metrics-jersey" rev="3.0.0"/>
@Grapes(@Grab(group='com.codahale.metrics', module='metrics-jersey', version='3.0.0'))
'com.codahale.metrics:metrics-jersey:jar:3.0.0'
Click the following link to download the jar file.
metrics-jersey-3.0.0-javadoc.jar