You can download metrics-json-3.0.2.jar in this page.
Open Source
metrics-json-3.0.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.codahale.metrics/metrics-json/pom.properties META-INF/maven/com.codahale.metrics/metrics-json/pom.xml com.codahale.metrics.json.HealthCheckModule.class com.codahale.metrics.json.MetricsModule.class
metrics-json-3.0.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>com.codahale.metrics</groupId> <artifactId>metrics-parent</artifactId> <version>3.0.2</version> </parent> <artifactId>metrics-json</artifactId> <name>Jackson Integration for Metrics</name> <packaging>bundle</packaging> <description> A set of Jackson modules which provide serializers for most Metrics classes. </description> <dependencies> <dependency> <groupId>com.codahale.metrics</groupId> <artifactId>metrics-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.codahale.metrics</groupId> <artifactId>metrics-healthchecks</artifactId> <version>${project.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson.version}</version> </dependency> </dependencies> </project>
<dependency> <groupId>com.codahale.metrics</groupId> <artifactId>metrics-json</artifactId> <version>3.0.2</version> </dependency>
If you think the following metrics-json-3.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download metrics-json-3.0.2.jar file