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

Changelog

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

  * New upstream release
    - Updated the Maven rules
    - Updated the OSGi metadata
  * Standards-Version updated to 4.6.2

 -- Emmanuel Bourg <email address hidden>  Fri, 05 Jan 2024 17:16:17 +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
Oracular release universe libs
Noble release universe libs

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-cli-java_1.6.0-1.dsc 2.1 KiB c0715f27405e7c8a189190c49dd2407e62c0cd97224844c3bc277af3e47b42d6
libcommons-cli-java_1.6.0.orig.tar.xz 128.6 KiB fc764c3dab50817d1c7440b904aa6fc7bbc0064117e42c8b99e28ecdcdd4ab0f
libcommons-cli-java_1.6.0-1.debian.tar.xz 5.0 KiB 01fab66897470f5757053bbdfb1f7b529fcc4bcb041e97e41eeccd14805dbe43

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)