| License |
License |
|---|---|
| GroupId | GroupIdorg.libj |
| ArtifactId | ArtifactIdexec |
| Version | Version0.8.11 |
| Type | Typejar |
| Description |
DescriptionLibJ Exec
API for external process execution and standard stream management.
|
| Project Organization |
Project OrganizationLibJ |
| Filename | Size |
|---|---|
| exec-0.8.11.pom | |
| exec-0.8.11.jar | 7 KB |
| exec-0.8.11-tests.jar | 4 KB |
| exec-0.8.11-sources.jar | 5 KB |
| exec-0.8.11-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.libj/exec/ -->
<dependency>
<groupId>org.libj</groupId>
<artifactId>exec</artifactId>
<version>0.8.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.libj/exec/
implementation 'org.libj:exec:0.8.11'
// https://jarcasting.com/artifacts/org.libj/exec/
implementation ("org.libj:exec:0.8.11")
'org.libj:exec:jar:0.8.11'
<dependency org="org.libj" name="exec" rev="0.8.11">
<artifact name="exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libj', module='exec', version='0.8.11')
)
libraryDependencies += "org.libj" % "exec" % "0.8.11"
[org.libj/exec "0.8.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.libj : io | jar | 0.7.7 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.libj : lang | jar | 0.7.5 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 3.1.0 |