Download metrics-core-2.1.0.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 2.1.0 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

metrics-core-2.1.0-javadoc.jar
metrics-core-2.1.0-sources.jar
metrics-core-2.1.0-tests.jar
metrics-core-2.1.0.jar
metrics-core-2.1.0.pom



Related Tutorials