Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 347 Bytes

AuPUtils

AuPUtils is a little class package which eases the use of Java's command line input facilities.

Building

To build a JAR file and Javadoc documentation just type the following commands:

$ git clone https://telematik.prakinf.tu-ilmenau.de/gitlab/teaching/AuPUtils.git
$ cd AuPUtils
$ gradle wrapper
$ ./gradlew build