commons-exec

commons-exec

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