Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 901 Bytes

File metadata and controls

34 lines (21 loc) · 901 Bytes

Grid Jcommons

Grid Jcommons is a library that contains classes that are used by several (not only Grisu) grid client applications and libraries.

Documentation

Prerequisites

In order to build Grid Jcommons from the git sources, you need:

Checking out sourcecode

git clone git://github.com/grisu/grid-jcommons.git

Building Grid Jcommons using Maven

To build one of the above modules, cd into the module root directory of the module to build and execute:

cd grid-jcommons
mvn clean install