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

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials