Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 271 Bytes

Building

The project uses maven to generate executables and source bundles. To generate an executable that includes all dependencies do

mvn package

which will generate an executable jar file under the target directory.