MVN

io.github.rafal-laskowski : shell-commander

Maven & Gradle

Jun 03, 2020
0 stars

Wait Until · Library to launch .bat and .sh scripts of your choice with different configurations. Allows you to read tasks and services output from terminal

<dependency>
    <groupId>io.github.rafal-laskowski</groupId>
    <artifactId>shell-commander</artifactId>
    <version>2.0.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rafal-laskowski : shell-commander to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6.1

All Versions

Choose a version of io.github.rafal-laskowski : shell-commander to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
shell-commander-2.0.6.1
shell-commander-2.0.6
shell-commander-2.0.5
shell-commander-2.0.4
shell-commander-2.0.3
shell-commander-2.0.2
shell-commander-2.0.1
shell-commander-2.0.0

How to add a dependency to Maven

Add the following io.github.rafal-laskowski : shell-commander maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rafal-laskowski</groupId>
    <artifactId>shell-commander</artifactId>
    <version>2.0.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rafal-laskowski : shell-commander gradle dependency to your build.gradle file:

implementation 'io.github.rafal-laskowski:shell-commander:2.0.6.1'

Gradle Kotlin DSL: Add the following io.github.rafal-laskowski : shell-commander gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rafal-laskowski:shell-commander:2.0.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rafal-laskowski : shell-commander sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rafal-laskowski" % "shell-commander" % "2.0.6.1"