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

Munkei/JArgP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JArgP

Java Command Line Argument Parser

Build Status


Copyright 2014 Theo Willows

This file is part of JArgP.

JArgP is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

JArgP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with JArgP. If not, see http://www.gnu.org/licenses/.

GNU LGPL v3


The documentation below is mainly intended for developers of JArgP itself. For usage documentation see JArgP's website.

Building

JArgP uses Maven. To compile, simply run:

mvn compile