| License |
License |
|---|---|
| GroupId | GroupIdde.richtercloud |
| ArtifactId | ArtifactIdexecution-tools |
| Last Version | Last Version1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionexecution-tools
A small collection of utilities easing process execution and
reading of stdout and stderr with different threads.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| execution-tools-1.5.pom | |
| execution-tools-1.5.jar | 16 KB |
| execution-tools-1.5-sources.jar | 11 KB |
| execution-tools-1.5-javadoc.jar | 30 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |