Download metrics-core-3.0.0-RC1.jar file - Jar m

Jar examples for m:metrics-core

Description

Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.

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

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

metrics-core-3.0.0-RC1-javadoc.jar
metrics-core-3.0.0-RC1-sources.jar
metrics-core-3.0.0-RC1.jar
metrics-core-3.0.0-RC1.pom



Related Tutorials