Winstone is a servlet container that was written out of a desire to provide servlet functionality without the bloat that full J2EE compliance introduces.
'net.sourceforge.winstone:winstone-lite:0.9.6'
<dependency>
<groupId>net.sourceforge.winstone</groupId>
<artifactId>winstone-lite</artifactId>
<version>0.9.6</version>
</dependency>
<dependency org="net.sourceforge.winstone" name="winstone-lite" rev="0.9.6"/>
"net.sourceforge.winstone", "winstone-lite", "0.9.6"