Download async-http-servlet-3.0-3.0.jar file

Introduction

You can download async-http-servlet-3.0-3.0.jar in this page.

License

JBoss Open Source

Type List

async-http-servlet-3.0-3.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jboss.resteasy/async-http-servlet-3.0/pom.properties
META-INF/maven/org.jboss.resteasy/async-http-servlet-3.0/pom.xml
org.jboss.resteasy.plugins.server.servlet.Filter30Dispatcher.class
org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher.class
org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest.class

Pom

async-http-servlet-3.0-3.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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.jboss.resteasy</groupId>
        <artifactId>resteasy-jaxrs-all</artifactId>
        <version>3.0.9.Final</version>
	    <relativePath>../../pom.xml</relativePath>
    </parent>
    <artifactId>async-http-servlet-3.0</artifactId>
    <packaging>jar</packaging>
    <name>Async Http Servlet 3.0</name>
    <description/>

    <dependencies>
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-jaxrs</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.jboss.spec.javax.servlet</groupId>
            <artifactId>jboss-servlet-api_3.1_spec</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>


    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.jboss.resteasy</groupId>
   <artifactId>async-http-servlet-3.0</artifactId>
   <version>3.0</version>
</dependency>

Download

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



Download async-http-servlet-3.0-3.0.jar file




PreviousNext

Related