Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Compiling

lorebenzo edited this page Jul 1, 2022 · 2 revisions

Compiling

You can compile the project using maven

mvn clean package

It will create a directory /target/assembly/ where you can find two files: client.jar and server.jar.


Clone this wiki locally