Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 701 Bytes

File metadata and controls

13 lines (12 loc) · 701 Bytes

Build Status License

shared-resources

The Shared-resources tool contains the plain old Java objects (POJOs) which are shared amongst the Unipoole projects. Some of the POJOs also contain annotations required for the parsing Java objects into valid Javascript Object Notation (JSON). This is a library project and does not contain deployable artefacts.

Building

git clone https://github.com/Unipoole/shared-resources.git
cd shared-resources
mvn clean install