Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 242 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 242 Bytes

README

Packaging

You can package this project as a jar file to execute below command.

./sbt/sbt clean package

Unit Testing

You can test this project of this project to execute below command.

./sbt/sbt clean test