| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.jpbetz |
| ArtifactId | ArtifactIdcli-util |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncli-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 |
| Filename | Size |
|---|---|
| cli-util-1.0.pom | |
| cli-util-1.0.jar | 17 KB |
| cli-util-1.0-sources.jar | 9 KB |
| cli-util-1.0-javadoc.jar | 66 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-cli : commons-cli | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |