Download metrics-json-3.2.2.jar file - Jar m

Jar examples for m:metrics-json

Description

A set of Jackson modules which provide serializers for most Metrics classes.

You can download jar file metrics-json 3.2.2 in this page.

Build File

You can use the following script to add metrics-json-3.2.2.jar to your project.

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

Download

Click the following link to download the jar file.

metrics-json-3.2.2-javadoc.jar
metrics-json-3.2.2-sources.jar
metrics-json-3.2.2.jar
metrics-json-3.2.2.pom



Related Tutorials