Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 910 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 910 Bytes

Guestful OSS - Jetty Jersey Container

Jetty implementation for Guestful container api.

Checkout last version here

Build Status

Setup

Add in your POM:

<repositories>
    <repository>
        <id>bintray</id>
        <url>http://dl.bintray.com/guestful/maven</url>
    </repository>
</repositories>

and

<dependency>
    <groupId>com.guestful.module</groupId>
    <artifactId>guestful.module.jersey-container-jetty</artifactId>
    <version>?</version>
</dependency>

See Guestful container api for usage