Files download
File Operation
subprocess-0.4.jar download
subprocess-0.4.pom download
subprocess-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>subprocess</artifactId>
  <version>0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:subprocess:0.4'
Gradle Kotlin
implementation("com.github.mike10004:subprocess:0.4")
Scala SBT
libraryDependencies += "com.github.mike10004" % "subprocess" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='subprocess', version='0.4')
)
Apache Ivy
<dependency org="com.github.mike10004" name="subprocess" rev="0.4" />
Leiningen
[com.github.mike10004/subprocess "0.4"]
Apache Buildr
'com.github.mike10004:subprocess:jar:0.4'