An easy Java game engine
Add the following lines to your pom.xml
<repositories>
<repository>
<id>fr.theshark34</id>
<url>https://dl.dropboxusercontent.com/u/31232797/mvn</url>
</repository>
</repositories>
<dependencies>
...
<dependency>
<groupId>fr.theshark34.sharkengine</groupId>
<artifactId>shark-engine</artifactId>
<version>0.0.1-ALPHA</version>
</dependency>
</dependencies>