This software is provided in two forms:
Note that, to run it, you will need to have the scala system installed. Please follow the links on the scala page to retrieve this. It would be interesting to be able to package the scala runtime with the software. This is easy to do with maven but there may be legal issues.
Add the jar to your classpath for starting the applications
You need maven installed and on your execution path. Then do :
$> mvn package
The jar file is located in the target directory of your installation.