Psh
Psh copied to clipboard
Maven
Compile project with Maven. Allows easier compiling and managing dependencies.
This looks useful, but can you include some build instructions? The README should be updated to reflect the changes as well.
Using mvn install
or mvn package
will produce a JAR file which can be easily used in other Java projects. Source code level is set to 1.7
as older versions are no longer supported (this could be easily changed, if you like). I've added bash scripts that simplifies running examples, also in case that JAR file is not compiled.