Hello,

the Apache Commons Community is happy to announce the release of Apache Commons 
CLI 1.4. The Apache Commons CLI library provides an API for parsing command 
line options passed to programs. It's also able to print help messages 
detailing the options available for a command line tool.

Source and binary distributions are available for download from the Apache 
Commons download site:
 http://commons.apache.org/proper/commons-cli/download_cli.cgi

When downloading, please verify signatures using the KEYS file available at the 
above location when downloading the release.

Alternatively the release can be pulled via maven:
<dependency>
  <groupId>commons-cli</groupId>
  <artifactId>commons-cli</artifactId>
  <version>1.4</version>
</dependency>

The corrected release notes can be reviewed at:
 http://www.apache.org/dist/commons/cli/RELEASE-NOTES.txt

For complete information on Commons CLI, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
Commons CLI website:

http://commons.apache.org/proper/commons-cli/

Best regards,
Benedikt Ritter
on behalf of the Apache Commons community

Reply via email to