Download restx-server-jetty-0.34.jar file

Introduction

You can download restx-server-jetty-0.34.jar in this page.

License

Open Source

Type List

restx-server-jetty-0.34.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.restx/restx-server-jetty/pom.properties
META-INF/maven/io.restx/restx-server-jetty/pom.xml
META-INF/services/restx.factory.FactoryMachine
restx.server.JettyServerModule.class
restx.server.JettyServerModuleFactoryMachine.class
restx.server.JettyWebServer.class

Pom

restx-server-jetty-0.34.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>
        <groupId>io.restx</groupId>
        <artifactId>restx-parent</artifactId>
        <version>0.34</version>
    </parent>

    <groupId>io.restx</groupId>
    <artifactId>restx-server-jetty</artifactId>
    <version>0.34</version>
    <packaging>jar</packaging>
    <name>restx-server-jetty</name>

    <properties>
        <restx.version>0.34</restx.version>
        <maven.compiler.target>1.7</maven.compiler.target>
        <maven.compiler.source>1.7</maven.compiler.source>
        <jetty.version>8.1.8.v20121106</jetty.version>
    </properties>

    <dependencies>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-factory</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-core</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
            <version>3.0.1</version>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-servlet</artifactId>
            <version>${restx.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-server</artifactId>
            <version>${jetty.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-servlet</artifactId>
            <version>${jetty.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-security</artifactId>
            <version>${jetty.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-util</artifactId>
            <version>${jetty.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-webapp</artifactId>
            <version>${jetty.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-servlets</artifactId>
            <version>${jetty.version}</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.restx</groupId>
   <artifactId>restx-server-jetty</artifactId>
   <version>0.34</version>
</dependency>

Download

If you think the following restx-server-jetty-0.34.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download restx-server-jetty-0.34.jar file




PreviousNext

Related