Jar examples for m:metrics-jvm
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.2.2 in this page.
You can use the following script to add metrics-jvm-3.2.2.jar to your project.
<dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> <version>3.2.2</version> </dependency>
compile group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '3.2.2'
libraryDependencies += "io.dropwizard.metrics" % "metrics-jvm" % "3.2.2"
<dependency org="io.dropwizard.metrics" name="metrics-jvm" rev="3.2.2"/>
@Grapes(@Grab(group='io.dropwizard.metrics', module='metrics-jvm', version='3.2.2'))
'io.dropwizard.metrics:metrics-jvm:jar:3.2.2'
Click the following link to download the jar file.
metrics-jvm-3.2.2-javadoc.jar