s

shell-commander

Library to launch .bat and .sh scripts of your choice with different configurations. Allows you to read tasks and services output from terminal
https://github.com/Rafal-Laskowski/Wait-Until
The Apache License, Version 2.0
Rafał Laskowski
文件下载
文件名 操作
shell-commander-2.0.6.1.jar 下载
shell-commander-2.0.6.1.pom 下载
shell-commander-2.0.6.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.rafal-laskowski</groupId>
  <artifactId>shell-commander</artifactId>
  <version>2.0.6.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.rafal-laskowski:shell-commander:2.0.6.1'
Gradle Kotlin
implementation("io.github.rafal-laskowski:shell-commander:2.0.6.1")
Scala SBT
libraryDependencies += "io.github.rafal-laskowski" % "shell-commander" % "2.0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rafal-laskowski', module='shell-commander', version='2.0.6.1')
)
Apache Ivy
<dependency org="io.github.rafal-laskowski" name="shell-commander" rev="2.0.6.1" />
Leiningen
[io.github.rafal-laskowski/shell-commander "2.0.6.1"]
Apache Buildr
'io.github.rafal-laskowski:shell-commander:jar:2.0.6.1'