libcommons-cli-java 1.5.0-1 source package in Ubuntu

Changelog

libcommons-cli-java (1.5.0-1) unstable; urgency=medium

  * New upstream release
    - Updated the Maven rules
    - Updated the OSGi metadata
  * Standards-Version updated to 4.6.1
  * Track and download the new releases from GitHub

 -- Emmanuel Bourg <email address hidden>  Sun, 27 Nov 2022 23:09:10 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-cli-java_1.5.0-1.dsc 2.1 KiB 2bed740ef761745c45259b8e8ba4b0afdc4a402f6024aabc6f486369764b019b
libcommons-cli-java_1.5.0.orig.tar.xz 126.1 KiB 8dd2dae9c8b0c7ac242e281c2c48ca62cf736c21a2f11c0fe8ce7047e56c1ff4
libcommons-cli-java_1.5.0-1.debian.tar.xz 5.0 KiB 0aa5900781488d7f0235a7ba024baa3f0cf5ba9c763bf9fbcce2b528c32acea1

Available diffs

No changes file available.

Binary packages built by this source

libcommons-cli-java: Command line arguments and options parsing library

 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.
 .
 Commons CLI supports different types of options:
 .
  * POSIX like options (ie. tar -zxvf foo.tar.gz)
  * GNU like long options (ie. du --human-readable --max-depth=1)
  * Java like properties (ie. java -Djava.awt.headless=true Foo)
  * Short options with value attached (ie. gcc -O2 foo.c)
  * long options with single hyphen (ie. ant -projecthelp)