Files
vaccalc/README.md

403 B

VacCalc

Building

Prerequisites

  • Java 11 or higher
  • Maven 3.6 or higher

Compile

mvn clean compile

Package

mvn package

Run

Using Maven:

mvn exec:java

Using Java directly:

java -jar target/vaccalc-1.0.0.jar

License

This project is licensed under the Zlib license. See the license file for more information.