HTTP Router
HTTP-Router is a really powerful and simple to use http routing library. At the moment 3 implementations are available, so you can decide between Undertow, Netty and a Socket based implementation.
Maven (Standalone Usage)
<dependency>
<groupId>org.javawebstack</groupId>
<artifactId>http-server</artifactId>
<version>1.0.2</version>
</dependency>
Gradle (Standalone Usage)
compile "org.javawebstack:http-server:1.0.2"