MVN

com.github.jazzhow : command4J

Maven & Gradle

Sep 30, 2019
22 stars

command4J · 调用系统的一些可执行软件,比如linux的shell脚本,windows的bat、exe可执行文件

<dependency>
    <groupId>com.github.jazzhow</groupId>
    <artifactId>command4J</artifactId>
    <version>2.0.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0-RELEASE

All Versions

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

Version Vulnerabilities Updated
2.0.x
command4J-2.0.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jazzhow</groupId>
    <artifactId>command4J</artifactId>
    <version>2.0.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.jazzhow:command4J:2.0.0-RELEASE'

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

implementation("com.github.jazzhow:command4J:2.0.0-RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.jazzhow" % "command4J" % "2.0.0-RELEASE"

Advertisement