You can download metrics-jcache-3.2.2.jar in this page.
Apache Open Source
metrics-jcache-3.2.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.dropwizard.metrics/metrics-jcache/pom.properties META-INF/maven/io.dropwizard.metrics/metrics-jcache/pom.xml com.codahale.metrics.jcache.JCacheGaugeSet.class
metrics-jcache-3.2.2.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-parent</artifactId> <version>3.2.2</version> </parent> <artifactId>metrics-jcache</artifactId> <name>Metrics Integration for JCache</name> <packaging>bundle</packaging> <description> Metrics Integration for JCache, JSR 107 standard for caching. Uses the CacheStatisticsMXBean provided statistics. </description> <dependencies> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>javax.cache</groupId> <artifactId>cache-api</artifactId> <version>1.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> <version>3.1.3</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jcache</artifactId> <version>3.2.2</version> </dependency>
If you think the following metrics-jcache-3.2.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download metrics-jcache-3.2.2.jar file