Download resteasy-guice-3.0.6.final.jar file

Introduction

You can download resteasy-guice-3.0.6.final.jar in this page.

License

JBoss Open Source

Type List

resteasy-guice-3.0.6.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jboss.resteasy/resteasy-guice/pom.properties
META-INF/maven/org.jboss.resteasy/resteasy-guice/pom.xml
org.jboss.resteasy.plugins.guice.GuiceResourceFactory.class
org.jboss.resteasy.plugins.guice.GuiceResteasyBootstrapServletContextListener.class
org.jboss.resteasy.plugins.guice.ModuleProcessor.class
org.jboss.resteasy.plugins.guice.RequestScoped.class
org.jboss.resteasy.plugins.guice.ext.JaxrsModule.class
org.jboss.resteasy.plugins.guice.ext.RequestScopeModule.class
org.jboss.resteasy.plugins.guice.ext.ResponseBuilderProvider.class
org.jboss.resteasy.plugins.guice.ext.UriBuilderProvider.class
org.jboss.resteasy.plugins.guice.ext.VariantListBuilderProvider.class

Pom

resteasy-guice-3.0.6.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>
        <artifactId>resteasy-jaxrs-all</artifactId>
        <groupId>org.jboss.resteasy</groupId>
        <version>3.0.6.Final</version>
    </parent>
    <artifactId>resteasy-guice</artifactId>
    <name>Resteasy Guice</name>
    <description/>

    <dependencies>
        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
            <version>${dep.guice.version}</version>
        </dependency>
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-jaxrs</artifactId>
            <version>${project.version}</version>
        </dependency>
        <!-- test -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>tjws</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.annotation</groupId>
            <artifactId>jsr250-api</artifactId>
            <version>1.0</version>
        </dependency>
        <!--
        <dependency>
           <groupId>tjws</groupId>
           <artifactId>webserver</artifactId>
           <scope>test</scope>
        </dependency>
        -->
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jboss.resteasy</groupId>
   <artifactId>resteasy-guice</artifactId>
   <version>3.0.6.final</version>
</dependency>

Download

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



Download resteasy-guice-3.0.6.final.jar file




PreviousNext

Related