From c969ebb1dcd718e976ce3687da0111ea60257960 Mon Sep 17 00:00:00 2001 From: Kiran Subbaraman Date: Thu, 23 Apr 2015 16:55:01 +0530 Subject: [PATCH] #120 JCommander - a cmd line parser utility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc470fb..b2a1291 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,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 +* [JCommander](http://jcommander.org/) - Command line arguments parser; its been around, active, and maintained by the creator since 2010. * [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing. * [Guava](https://github.com/google/guava) - 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.