Download resteasy-jsapi-3.0.9.final.jar file

Introduction

You can download resteasy-jsapi-3.0.9.final.jar in this page.

License

JBoss Open Source

Type List

resteasy-jsapi-3.0.9.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jboss.resteasy/resteasy-jsapi/pom.properties
META-INF/maven/org.jboss.resteasy/resteasy-jsapi/pom.xml
org.jboss.resteasy.jsapi.JSAPIServlet.class
org.jboss.resteasy.jsapi.JSAPIWriter.class
org.jboss.resteasy.jsapi.MethodMetaData.class
org.jboss.resteasy.jsapi.MethodParamMetaData.class
org.jboss.resteasy.jsapi.ServiceRegistry.class
resteasy-client.js

Pom

resteasy-jsapi-3.0.9.final.pom file content.

<?xml version="1.0"?>
<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>
        <artifactId>resteasy-jaxrs-all</artifactId>
        <groupId>org.jboss.resteasy</groupId>
        <version>3.0.9.Final</version>
    </parent>

    <artifactId>resteasy-jsapi</artifactId>
    <name>RESTEasy JAX-RS JSAPI</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>jaxrs-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.jboss.spec.javax.servlet</groupId>
            <artifactId>jboss-servlet-api_3.1_spec</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.jboss.resteasy</groupId>
   <artifactId>resteasy-jsapi</artifactId>
   <version>3.0.9.final</version>
</dependency>

Download

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



Download resteasy-jsapi-3.0.9.final.jar file




PreviousNext

Related