Registry / utility / zt-exec

zt-exec

JSON →
library1.12javamavenunverified

A lightweight library to execute external processes from Java.

<dependency> <groupId>org.zeroturnaround</groupId> <artifactId>zt-exec</artifactId> <version>1.12</version> </dependency>
INSTALL
IMPORT
SIG · ZT-EXEC
Z
zt-exec
utilityjavav1.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProcessExecutor
org.zeroturnaround.exec.ProcessExecutor

Execute an external command and capture its output.

import org.zeroturnaround.exec.ProcessExecutor; String output = new ProcessExecutor() .command("echo", "Hello World") .readOutput(true) .execute() .outputUTF8(); System.out.println(output);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.12latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
34
Resources
zt-exec — mvn dependency:get zt-exec · libregistry