Download metrics-jvm-3.0.0.jar file - Jar m

Jar examples for m:metrics-jvm

Description

A set of classes which allow you to monitor critical aspects of your Java Virtual Machine using Metrics.

You can download jar file metrics-jvm 3.0.0 in this page.

Build File

You can use the following script to add metrics-jvm-3.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

metrics-jvm-3.0.0-javadoc.jar
metrics-jvm-3.0.0-sources.jar
metrics-jvm-3.0.0.jar
metrics-jvm-3.0.0.pom



Related Tutorials