Last Version

processoutput4j 0.0.11

Simple Java library for capturing stdout/stderr of processes launched from within Java.

License

License

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

processoutput4j
Version

Version

0.0.11
Type

Type

jar
Description

Description

processoutput4j
Simple Java library for capturing stdout/stderr of processes launched from within Java.
Project Organization

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

https://github.com/fracpete/processoutput4j

Download processoutput4j 0.0.11


<!-- https://jarcasting.com/artifacts/com.github.fracpete/processoutput4j/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>processoutput4j</artifactId>
    <version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/processoutput4j/
implementation 'com.github.fracpete:processoutput4j:0.0.11'
// https://jarcasting.com/artifacts/com.github.fracpete/processoutput4j/
implementation ("com.github.fracpete:processoutput4j:0.0.11")
'com.github.fracpete:processoutput4j:jar:0.0.11'
<dependency org="com.github.fracpete" name="processoutput4j" rev="0.0.11">
  <artifact name="processoutput4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='processoutput4j', version='0.0.11')
)
libraryDependencies += "com.github.fracpete" % "processoutput4j" % "0.0.11"
[com.github.fracpete/processoutput4j "0.0.11"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.