Andy Rozman - 2013-03-19

Since I don't know if this project is still alive, I decided to do this myself... This is now maven artifact in OSS repository from Sonata, I used GropupId root of my project, but this can be later changed...

<dependency>
<groupId>net.sf.ggc.pygmy-httpd</groupId>
<artifactId>pygmy-core</artifactId>
<version>0.2</version>
</dependency>

<dependency>
<groupId>net.sf.ggc.pygmy-httpd</groupId>
<artifactId>pygmy-handlers</artifactId>
<version>0.2</version>
</dependency>

This should be available in few hours...

Take care,
Andy