Last Version

execution-tools 1.5

A small collection of utilities easing process execution and reading of stdout and stderr with different threads.

License

License

GroupId

GroupId

de.richtercloud
ArtifactId

ArtifactId

execution-tools
Version

Version

1.5
Type

Type

jar
Description

Description

execution-tools
A small collection of utilities easing process execution and reading of stdout and stderr with different threads.
Project URL

Project URL

https://gitlab.com/krichter/execution-tools
Source Code Management

Source Code Management

https://gitlab.com/krichter/execution-tools.git

Download execution-tools 1.5


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

Dependencies

compile (4)

Group / Artifact Type Version
com.google.guava : guava jar 24.0-jre
org.apache.commons : commons-lang3 jar 3.7
org.slf4j : slf4j-api jar 1.7.25
org.jetbrains.kotlin : kotlin-stdlib jar 1.2.71

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.1.0
org.junit.jupiter : junit-jupiter-engine jar 5.1.0
commons-io : commons-io jar 2.6
ch.qos.logback : logback-classic jar 1.2.3
org.apache.commons : commons-exec jar 1.1

Project Modules

There are no modules declared in this project.