This is the jSimpleTools project home page. A tools box to help with testing in Java. This is beta and the API is not set in stone.
The best way to use the library is to get it through maven central repository. Add this to your pom.xml:
<plugin>
<groupId>net.sf.jsimpletools</groupId>
<artifactId>jsimpletools-core</artifactId>
<version>0.2.0</version>
</plugin>