To build executable jar, run "mvn clean compile assembly:single" in the project root directory.
JAR archive can then be executed as follows:
>java -jar target/BenchCalculator.jar "1+2"
3
>java -jar target/BenchCalculator.jar "1+2*3"
7
| Name | Name | Last commit date | ||
|---|---|---|---|---|