util
Clone or download
README.md
Stream-Pi Utilities Library
Repository contains controls like Alerts, ComboBox, etc. used in both Server and Client.
Prerequisites
- Java >= 11
Build And Install Locally
on Linux or Mac
Build locally by executing ./mvnw clean install
from the command line.
on Windows
Build locally by executing ./mvnw.cmd clean install
from the command line.