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.2.jar download
commons-exec-1.2.pom download
commons-exec-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-exec</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-exec:1.2'
Gradle Kotlin
implementation("org.apache.commons:commons-exec:1.2")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-exec" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-exec', version='1.2')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-exec" rev="1.2" />
Leiningen
[org.apache.commons/commons-exec "1.2"]
Apache Buildr
'org.apache.commons:commons-exec:jar:1.2'