Download resteasy-jdk-http-3.0.7.final.jar file

Introduction

You can download resteasy-jdk-http-3.0.7.final.jar in this page.

License

JBoss Open Source

Type List

resteasy-jdk-http-3.0.7.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jboss.resteasy/resteasy-jdk-http/pom.properties
META-INF/maven/org.jboss.resteasy/resteasy-jdk-http/pom.xml
org.jboss.resteasy.plugins.server.sun.http.BasicAuthFilter.class
org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder.class
org.jboss.resteasy.plugins.server.sun.http.HttpContextResteasyConfiguration.class
org.jboss.resteasy.plugins.server.sun.http.HttpExchangeUtil.class
org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest.class
org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse.class
org.jboss.resteasy.plugins.server.sun.http.ResteasyHttpHandler.class
org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer.class
org.jboss.resteasy.test.HttpServerContainer.class

Pom

resteasy-jdk-http-3.0.7.final.pom file content.

<?xml version="1.0"?>
<project>
    <parent>
        <artifactId>resteasy-jaxrs-all</artifactId>
        <groupId>org.jboss.resteasy</groupId>
        <version>3.0.7.Final</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>resteasy-jdk-http</artifactId>
    <name>RESTEasy Sun JDK HTTP Server Integration</name>
    <description/>

    <dependencies>
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-jaxrs</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</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>resteasy-jdk-http</artifactId>
   <version>3.0.7.final</version>
</dependency>

Download

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



Download resteasy-jdk-http-3.0.7.final.jar file




PreviousNext

Related