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

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

metrics-core-4.0.0-alpha2-javadoc.jar
metrics-core-4.0.0-alpha2-sources.jar
metrics-core-4.0.0-alpha2.jar
metrics-core-4.0.0-alpha2.pom



Related Tutorials