License |
License
MIT License
|
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.saptarshidebnath.utilities |
ArtifactId | ArtifactIdProcessRunner |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProcessRunner
A java based library to trigger system processes or commands
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ProcessRunner-0.3.1.pom | |
ProcessRunner-0.3.1.jar | 27 KB |
ProcessRunner-0.3.1-sources.jar | 36 KB |
ProcessRunner-0.3.1-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.saptarshidebnath.utilities/ProcessRunner/ -->
<dependency>
<groupId>com.saptarshidebnath.utilities</groupId>
<artifactId>ProcessRunner</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.saptarshidebnath.utilities/ProcessRunner/
implementation 'com.saptarshidebnath.utilities:ProcessRunner:0.3.1'
// https://jarcasting.com/artifacts/com.saptarshidebnath.utilities/ProcessRunner/
implementation ("com.saptarshidebnath.utilities:ProcessRunner:0.3.1")
'com.saptarshidebnath.utilities:ProcessRunner:jar:0.3.1'
<dependency org="com.saptarshidebnath.utilities" name="ProcessRunner" rev="0.3.1">
<artifact name="ProcessRunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.saptarshidebnath.utilities', module='ProcessRunner', version='0.3.1')
)
libraryDependencies += "com.saptarshidebnath.utilities" % "ProcessRunner" % "0.3.1"
[com.saptarshidebnath.utilities/ProcessRunner "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
com.google.code.gson : gson | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.apache.commons : commons-lang3 | jar | 3.5 |
org.slf4j : slf4j-simple | jar | 1.7.25 |