This package browser is in early development. Mind the rough edges.

java-jopt-simple 5.0.3

Java library for parsing command line options

JOpt Simple is a Java library for parsing command line options, such as those you might pass to an invocation of javac. In the interest of striving for simplicity, as closely as possible JOpt Simple attempts to honor the command line option syntaxes of POSIX getopt and GNU getopt_long. It also aims to make option parser configuration and retrieval of options and their arguments simple and expressive, without being overly clever.

Installation

Install java-jopt-simple 5.0.3 as follows:

guix install java-jopt-simple@5.0.3

Or install the latest version:

guix install java-jopt-simple

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.