Apache Commons Exec is a library to reliably execute external processes from within the JVM.
'org.apache.commons:commons-exec:1.2'
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.2</version>
</dependency>
<dependency org="org.apache.commons" name="commons-exec" rev="1.2"/>
"org.apache.commons", "commons-exec", "1.2"