commons-exec

commons-exec

Apache Commons Exec is a library to reliably execute external processes from within the JVM.
https://commons.apache.org/proper/commons-exec/
Brett Porter Trygve Laugstøl Siegfried Goeschl Sebastian Bazley Gary Gregory
Files download
File Operation
commons-exec-1.4.0.jar download
commons-exec-1.4.0.pom download
commons-exec-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-exec</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-exec:1.4.0'
Gradle Kotlin
implementation("org.apache.commons:commons-exec:1.4.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-exec" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-exec', version='1.4.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-exec" rev="1.4.0" />
Leiningen
[org.apache.commons/commons-exec "1.4.0"]
Apache Buildr
'org.apache.commons:commons-exec:jar:1.4.0'