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

Introduction

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

License

Apache Open Source

Type List

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

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.cxf/cxf-rt-features-throttling/pom.properties
META-INF/maven/org.apache.cxf/cxf-rt-features-throttling/pom.xml
org.apache.cxf.throttling.SimpleThrottlingManager.class
org.apache.cxf.throttling.ThrottleResponse.class
org.apache.cxf.throttling.ThrottlingCounter.class
org.apache.cxf.throttling.ThrottlingFeature.class
org.apache.cxf.throttling.ThrottlingInterceptor.class
org.apache.cxf.throttling.ThrottlingManager.class
org.apache.cxf.throttling.ThrottlingResponseInterceptor.class

Pom

cxf-rt-features-throttling-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-throttling</artifactId>
    <packaging>bundle</packaging>
    <name>Apache CXF Throttling Feature</name>
    <description>Apache CXF Throttling Feature</description>

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


        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.easymock</groupId>
            <artifactId>easymock</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-frontend-jaxws</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-transports-http-jetty</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

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

Download

If you think the following cxf-rt-features-throttling-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-throttling-3.2.0.jar file




PreviousNext

Related