You can download metrics-healthchecks-3.1.1.jar in this page.
Apache Open Source
metrics-healthchecks-3.1.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.dropwizard.metrics/metrics-healthchecks/pom.properties META-INF/maven/io.dropwizard.metrics/metrics-healthchecks/pom.xml com.codahale.metrics.health.HealthCheck.class com.codahale.metrics.health.HealthCheckRegistry.class com.codahale.metrics.health.SharedHealthCheckRegistries.class com.codahale.metrics.health.jvm.ThreadDeadlockHealthCheck.class
metrics-healthchecks-3.1.1.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.1.1</version> </parent> <artifactId>metrics-healthchecks</artifactId> <name>Metrics Health Checks</name> <packaging>bundle</packaging> <description> An addition to Metrics which provides the ability to run application-specific health checks, allowing you to check your application's heath in production. </description> <dependencies> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> <version>${project.version}</version> <optional>true</optional> </dependency> </dependencies> </project>
<dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-healthchecks</artifactId> <version>3.1.1</version> </dependency>
If you think the following metrics-healthchecks-3.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download metrics-healthchecks-3.1.1.jar file