Download metrics-annotation-2.2.0.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 2.2.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

metrics-annotation-2.2.0-javadoc.jar
metrics-annotation-2.2.0-sources.jar
metrics-annotation-2.2.0.jar
metrics-annotation-2.2.0.pom



Related Tutorials