Download metrics-annotation-4.0.0-alpha5.jar file - Jar m

Jar examples for m:metrics-annotation

Description

A dependency-less package of just the annotations used by other Metrics modules.

You can download jar file metrics-annotation 4.0.0-alpha5 in this page.

Build File

You can use the following script to add metrics-annotation-4.0.0-alpha5.jar to your project.

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

Download

Click the following link to download the jar file.

metrics-annotation-4.0.0-alpha5-javadoc.jar
metrics-annotation-4.0.0-alpha5-sources.jar
metrics-annotation-4.0.0-alpha5.jar
metrics-annotation-4.0.0-alpha5.pom



Related Tutorials