Skip to content

eases Java command line input for the novice programmer [READ-ONLY MIRROR]

License

Notifications You must be signed in to change notification settings

telematik-tu-ilmenau/AuPUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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