is not current version
Last Version 1.0.1

com.github.dakusui:cmd 0.9.1

Command line streamer library for Java 8

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

cmd
Version

Version

0.9.1
Type

Type

jar

Download cmd 0.9.1


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