is not current version
Last Version 2.2.0

de.weltraumschaf.commons:shell 1.0.0-beta

Utilities for creating more complex shell commands with subcommands. It provides easy ability to parse the users command line input.

GroupId

GroupId

de.weltraumschaf.commons
ArtifactId

ArtifactId

shell
Version

Version

1.0.0-beta
Type

Type

jar

Download shell 1.0.0-beta


<!-- https://jarcasting.com/artifacts/de.weltraumschaf.commons/shell/ -->
<dependency>
    <groupId>de.weltraumschaf.commons</groupId>
    <artifactId>shell</artifactId>
    <version>1.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/de.weltraumschaf.commons/shell/
implementation 'de.weltraumschaf.commons:shell:1.0.0-beta'
// https://jarcasting.com/artifacts/de.weltraumschaf.commons/shell/
implementation ("de.weltraumschaf.commons:shell:1.0.0-beta")
'de.weltraumschaf.commons:shell:jar:1.0.0-beta'
<dependency org="de.weltraumschaf.commons" name="shell" rev="1.0.0-beta">
  <artifact name="shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.weltraumschaf.commons', module='shell', version='1.0.0-beta')
)
libraryDependencies += "de.weltraumschaf.commons" % "shell" % "1.0.0-beta"
[de.weltraumschaf.commons/shell "1.0.0-beta"]