is not current version
Last Version 2.2.0

de.weltraumschaf.commons:shell 1.0.1

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.1
Type

Type

jar

Download shell 1.0.1


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