| License |
License |
|---|---|
| GroupId | GroupIdorg.zeroturnaround |
| ArtifactId | ArtifactIdzt-exec |
| Last Version | Last Version1.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionZT Process Executor
A lightweight library to execute external processes from Java.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| zt-exec-1.12.pom | |
| zt-exec-1.12.jar | 55 KB |
| zt-exec-1.12-sources.jar | 59 KB |
| zt-exec-1.12-javadoc.jar | 267 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.zeroturnaround/zt-exec/ -->
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-exec</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.zeroturnaround/zt-exec/
implementation 'org.zeroturnaround:zt-exec:1.12'
// https://jarcasting.com/artifacts/org.zeroturnaround/zt-exec/
implementation ("org.zeroturnaround:zt-exec:1.12")
'org.zeroturnaround:zt-exec:jar:1.12'
<dependency org="org.zeroturnaround" name="zt-exec" rev="1.12">
<artifact name="zt-exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zeroturnaround', module='zt-exec', version='1.12')
)
libraryDependencies += "org.zeroturnaround" % "zt-exec" % "1.12"
[org.zeroturnaround/zt-exec "1.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| commons-io : commons-io | jar | 2.5 |