Download cxf-rt-features-metrics-3.2.0.jar file

Introduction

You can download cxf-rt-features-metrics-3.2.0.jar in this page.

License

Apache Open Source

Type List

cxf-rt-features-metrics-3.2.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/cxf/bus-extensions.txt
META-INF/maven/org.apache.cxf/cxf-rt-features-metrics/pom.properties
META-INF/maven/org.apache.cxf/cxf-rt-features-metrics/pom.xml
org.apache.cxf.metrics.ExchangeMetrics.class
org.apache.cxf.metrics.MetricsContext.class
org.apache.cxf.metrics.MetricsFeature.class
org.apache.cxf.metrics.MetricsProvider.class
org.apache.cxf.metrics.codahale.CodahaleMetricsContext.class
org.apache.cxf.metrics.codahale.CodahaleMetricsProvider.class
org.apache.cxf.metrics.interceptors.AbstractMetricsInterceptor.class
org.apache.cxf.metrics.interceptors.CountingInputStream.class
org.apache.cxf.metrics.interceptors.CountingOutInterceptor.class
org.apache.cxf.metrics.interceptors.CountingOutputStream.class
org.apache.cxf.metrics.interceptors.MetricsMessageClientOutInterceptor.class
org.apache.cxf.metrics.interceptors.MetricsMessageInInterceptor.class
org.apache.cxf.metrics.interceptors.MetricsMessageInOneWayInterceptor.class
org.apache.cxf.metrics.interceptors.MetricsMessageInPostInvokeInterceptor.class
org.apache.cxf.metrics.interceptors.MetricsMessageInPreInvokeInterceptor.class
org.apache.cxf.metrics.interceptors.MetricsMessageOutInterceptor.class

Pom

cxf-rt-features-metrics-3.2.0.pom file content.

<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>org.apache.cxf</groupId>
        <artifactId>cxf-parent</artifactId>
        <version>3.2.0</version>
        <relativePath>../../../parent/pom.xml</relativePath>
    </parent>
    <artifactId>cxf-rt-features-metrics</artifactId>
    <packaging>bundle</packaging>
    <name>Apache CXF Metrics Feature</name>
    <description>Apache CXF Metrics Feature</description>

    <dependencies>
        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-core</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>io.dropwizard.metrics</groupId>
            <artifactId>metrics-core</artifactId>
            <optional>true</optional>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.easymock</groupId>
            <artifactId>easymock</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.cxf</groupId>
   <artifactId>cxf-rt-features-metrics</artifactId>
   <version>3.2.0</version>
</dependency>

Download

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



Download cxf-rt-features-metrics-3.2.0.jar file




PreviousNext

Related