Employment Tribunals Common Java Object Model library
Re-usable features for all Employment Tribunals Java Projects
Just include the library as your dependency.
The project uses Gradle as a build tool but you don't have to install it locally since there is a ./gradlew
wrapper script.
To build project please execute the following command:
./gradlew build
To run all checks please execute the following command:
./gradlew check
This project is licensed under the MIT License - see the LICENSE.md file for details.