cli-util

cli-util is an extension of apache common's java command line interface (commons-cli) library. It adds sub commands, more type safely and a declarative style for defining commands, their options, flags and arguments.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.jpbetz
ArtifactId

ArtifactId

cli-util
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

cli-util
cli-util is an extension of apache common's java command line interface (commons-cli) library. It adds sub commands, more type safely and a declarative style for defining commands, their options, flags and arguments.
Project URL

Project URL

http://github.com/jpbetz/cli-util

Download cli-util

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jpbetz/cli-util/ -->
<dependency>
    <groupId>com.github.jpbetz</groupId>
    <artifactId>cli-util</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpbetz/cli-util/
implementation 'com.github.jpbetz:cli-util:1.0'
// https://jarcasting.com/artifacts/com.github.jpbetz/cli-util/
implementation ("com.github.jpbetz:cli-util:1.0")
'com.github.jpbetz:cli-util:jar:1.0'
<dependency org="com.github.jpbetz" name="cli-util" rev="1.0">
  <artifact name="cli-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jpbetz', module='cli-util', version='1.0')
)
libraryDependencies += "com.github.jpbetz" % "cli-util" % "1.0"
[com.github.jpbetz/cli-util "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-cli : commons-cli jar 1.2

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0