Skip to content

guestful/module.jersey-container-undertow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guestful OSS - Undertow Jersey Container

Undertow 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-undertow</artifactId>
    <version>?</version>
</dependency>

See Guestful container api for usage