is not current version
Last Version 1.1

com.dorkbox:ShellExecutor 1.0

Shell and JVM command execution on Linux, MacOS, or Windows for Java 6+

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

ShellExecutor
Version

Version

1.0
Type

Type

jar

Download ShellExecutor 1.0


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