is not current version
Last Version 2.0.6.1

io.github.rafal-laskowski:shell-commander 2.0.5

Library to launch .bat and .sh scripts of your choice with different configurations. Allows you to read tasks and services output from terminal

GroupId

GroupId

io.github.rafal-laskowski
ArtifactId

ArtifactId

shell-commander
Version

Version

2.0.5
Type

Type

jar

Download shell-commander 2.0.5


<!-- https://jarcasting.com/artifacts/io.github.rafal-laskowski/shell-commander/ -->
<dependency>
    <groupId>io.github.rafal-laskowski</groupId>
    <artifactId>shell-commander</artifactId>
    <version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rafal-laskowski/shell-commander/
implementation 'io.github.rafal-laskowski:shell-commander:2.0.5'
// https://jarcasting.com/artifacts/io.github.rafal-laskowski/shell-commander/
implementation ("io.github.rafal-laskowski:shell-commander:2.0.5")
'io.github.rafal-laskowski:shell-commander:jar:2.0.5'
<dependency org="io.github.rafal-laskowski" name="shell-commander" rev="2.0.5">
  <artifact name="shell-commander" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rafal-laskowski', module='shell-commander', version='2.0.5')
)
libraryDependencies += "io.github.rafal-laskowski" % "shell-commander" % "2.0.5"
[io.github.rafal-laskowski/shell-commander "2.0.5"]