Skip to content
This repository was archived by the owner on Mar 8, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 722 Bytes

File metadata and controls

31 lines (23 loc) · 722 Bytes

Common Java Components for Garrit

Build Status

This repository contains Java classes modeling messages to be exchanged between Garrit services. It also provides problem definition parsing.

Installation

After checking out the repository, it can be built with Maven:

mvn install

Usage

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>