See http://jopt-simple.sourceforge.net/changes.html for more details.
JOpt Simple is a Java library for parsing command line options, such as those you might pass to an invocation of javac.
As closely as possible, JOpt Simple attempts to honor the command line option syntaxes of POSIX getopt() and GNU getopt_long().
Version 3 abandons support for pre-Java-5 JREs, and leverages Java 5 features to add type-safe retrieval of option arguments.
See http://jopt-simple.sourceforge.net/changes.html for the change log.
Releases of JOpt Simple are now synced with the central Maven repository. You can find details of how to download this release and snapshots at http://jopt-simple.sourceforge.net/download.html.
See http://jopt-simple.sourceforge.net/changes.html for information about the changes in this release.