MVN

com.github.mike10004 : subprocess

Maven & Gradle

Jan 25, 2020
20 usages

subprocess · Subprocess execution and management

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>subprocess</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mike10004 : subprocess to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.github.mike10004 : subprocess to add to Maven or Gradle - All Versions:

  • Version Updated
  • subprocess-0.4

    Jan 24, 2020
  • subprocess-0.3

    Oct 23, 2019
  • subprocess-0.2

    Sep 27, 2019
  • subprocess-0.1

    Sep 20, 2019

How to add a dependency to Maven

Add the following com.github.mike10004 : subprocess maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>subprocess</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mike10004 : subprocess gradle dependency to your build.gradle file:

implementation 'com.github.mike10004:subprocess:0.4'

Gradle Kotlin DSL: Add the following com.github.mike10004 : subprocess gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mike10004:subprocess:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mike10004 : subprocess sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mike10004" % "subprocess" % "0.4"