is not current version
Last Version 0.0.8

com.github.dakusui:commandrunner 0.0.2

Command line runner library for Java

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

commandrunner
Version

Version

0.0.2
Type

Type

jar

Download commandrunner 0.0.2


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