не последняя версия
Последняя версия 2.2.0

de.weltraumschaf.commons:shell 2.0.0

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

Группа

Группа

de.weltraumschaf.commons
Идентификатор

Идентификатор

shell
Версия

Версия

2.0.0
Тип

Тип

jar

Скачать shell 2.0.0


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