is not current version
Last Version 0.4

com.github.mike10004:subprocess 0.1

Subprocess execution and management

GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

subprocess
Version

Version

0.1
Type

Type

jar

Download subprocess 0.1


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