Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 340 Bytes

File metadata and controls

15 lines (9 loc) · 340 Bytes

DataModel

EniacHome 2.0 DataModel

EniacHome DataModel contains all classes needed to communicate with the AlarmService. Communication will happen through Jersey Clients.

After cloning the repo, one can:

  • Install on local maven(preferred)

    1.mvn package

    2.mvn install

  • Compile to JAR