Download metrics-jetty9-4.0.0.jar file

Introduction

You can download metrics-jetty9-4.0.0.jar in this page.

License

Apache Open Source

Type List

metrics-jetty9-4.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard.metrics/metrics-jetty9/pom.properties
META-INF/maven/io.dropwizard.metrics/metrics-jetty9/pom.xml
com.codahale.metrics.jetty9.InstrumentedConnectionFactory.class
com.codahale.metrics.jetty9.InstrumentedHandler.class
com.codahale.metrics.jetty9.InstrumentedQueuedThreadPool.class

Pom

metrics-jetty9-4.0.0.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>4.0.0</version>
    </parent>

    <artifactId>metrics-jetty9</artifactId>
    <name>Metrics Integration for Jetty 9.3 and higher</name>
    <packaging>bundle</packaging>
    <description>
        A set of extensions for Jetty 9.3 and higher which provide instrumentation of thread pools, connector
        metrics, and application latency and utilization.
    </description>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>io.dropwizard.metrics</groupId>
                <artifactId>metrics-bom</artifactId>
                <version>${project.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <dependency>
            <groupId>io.dropwizard.metrics</groupId>
            <artifactId>metrics-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-server</artifactId>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-client</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard.metrics</groupId>
   <artifactId>metrics-jetty9</artifactId>
   <version>4.0.0</version>
</dependency>

Download

If you think the following metrics-jetty9-4.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download metrics-jetty9-4.0.0.jar file




PreviousNext

Related