License |
License |
---|---|
GroupId | GroupIdcom.dorkbox |
ArtifactId | ArtifactIdShellExecutor |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionshell_executor
Shell and JVM command execution on Linux, MacOS, or Windows for Java 6+
|
Project URL |
Project URL |
Filename | Size |
---|---|
ShellExecutor-1.1.pom | |
ShellExecutor-1.1.jar | 18 KB |
ShellExecutor-1.1-sources.jar | 17 KB |
ShellExecutor-1.1-javadoc.jar | 0 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.dorkbox/ShellExecutor/ -->
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ShellExecutor</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dorkbox/ShellExecutor/
implementation 'com.dorkbox:ShellExecutor:1.1'
// https://jarcasting.com/artifacts/com.dorkbox/ShellExecutor/
implementation ("com.dorkbox:ShellExecutor:1.1")
'com.dorkbox:ShellExecutor:jar:1.1'
<dependency org="com.dorkbox" name="ShellExecutor" rev="1.1">
<artifact name="ShellExecutor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dorkbox', module='ShellExecutor', version='1.1')
)
libraryDependencies += "com.dorkbox" % "ShellExecutor" % "1.1"
[com.dorkbox/ShellExecutor "1.1"]