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

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

metrics-core-0.9.11-javadoc.jar
metrics-core-0.9.11-sources.jar
metrics-core-0.9.11.jar
metrics-core-0.9.11.pom



Related Tutorials