You can download metrics-servlets-3.1.2.jar in this page.
Apache Open Source
metrics-servlets-3.1.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.dropwizard.metrics/metrics-servlets/pom.properties META-INF/maven/io.dropwizard.metrics/metrics-servlets/pom.xml com.codahale.metrics.servlets.AdminServlet.class com.codahale.metrics.servlets.AdminServletContextListener.class com.codahale.metrics.servlets.HealthCheckServlet.class com.codahale.metrics.servlets.MetricsServlet.class com.codahale.metrics.servlets.PingServlet.class com.codahale.metrics.servlets.ThreadDumpServlet.class
metrics-servlets-3.1.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.1.2</version> </parent> <artifactId>metrics-servlets</artifactId> <name>Metrics Utility Servlets</name> <packaging>bundle</packaging> <description> A set of utility servlets for Metrics, allowing you to expose valuable information about your production environment. </description> <dependencies> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-healthchecks</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-json</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>${servlet.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>${jetty9.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jetty9</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-servlets</artifactId> <version>3.1.2</version> </dependency>
If you think the following metrics-servlets-3.1.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download metrics-servlets-3.1.2.jar file