From 1fdc48bc058ce98bbf4964e30bd7f45b7f2b79c6 Mon Sep 17 00:00:00 2001 From: yegorius Date: Mon, 6 Apr 2015 01:29:04 +0300 Subject: [PATCH] Add args4j to Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4014fc..eec7532 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries which provide general utility functions.* +* [args4j](http://args4j.kohsuke.org/) - Command line arguments parser * [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing. * [Guava](http://code.google.com/p/guava-libraries/) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. * [javatuples](http://www.javatuples.org/) - Does what it says, although the concept of tuples in general is debatable.