Download metrics-ehcache-3.1.1.jar file - Jar m

Jar examples for m:metrics-ehcache

Description

An Ehcache wrapper providing Metrics instrumentation of caches.

You can download jar file metrics-ehcache 3.1.1 in this page.

Build File

You can use the following script to add metrics-ehcache-3.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

metrics-ehcache-3.1.1-javadoc.jar
metrics-ehcache-3.1.1-sources.jar
metrics-ehcache-3.1.1.jar
metrics-ehcache-3.1.1.pom



Related Tutorials