Download resteasy-servlet-initializer-3.0.10.final.jar file

Introduction

You can download resteasy-servlet-initializer-3.0.10.final.jar in this page.

License

JBoss Open Source

Type List

resteasy-servlet-initializer-3.0.10.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jboss.resteasy/resteasy-servlet-initializer/pom.properties
META-INF/maven/org.jboss.resteasy/resteasy-servlet-initializer/pom.xml
META-INF/services/javax.servlet.ServletContainerInitializer
org.jboss.resteasy.plugins.servlet.ResteasyServletInitializer.class

Pom

resteasy-servlet-initializer-3.0.10.final.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.10.Final</version>
	    <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>resteasy-servlet-initializer</artifactId>
    <packaging>jar</packaging>
    <name>Resteasy Servlet Container Initializer</name>
    <description/>

    <dependencies>
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-jaxrs</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>async-http-servlet-3.0</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>jaxrs-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.jboss.spec.javax.servlet</groupId>
            <artifactId>jboss-servlet-api_3.0_spec</artifactId>
            <version>1.0.1.Final</version>
            <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>resteasy-servlet-initializer</artifactId>
   <version>3.0.10.final</version>
</dependency>

Download

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



Download resteasy-servlet-initializer-3.0.10.final.jar file




PreviousNext

Related