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

Garrit/java-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>