This repository contains Java classes modeling messages to be exchanged between Garrit services. It also provides problem definition parsing.
After checking out the repository, it can be built with Maven:
mvn install
To use the components provided by this project, include a reference to it in your POM:
<dependency>
<groupId>org.garrit</groupId>
<artifactId>java-common</artifactId>
<version>1.0.0</version>
</dependency>