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