is not current version
Last Version 1.0.1

com.github.dakusui:cmd 0.10.0

Command line streamer library for Java 8

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

cmd
Version

Version

0.10.0
Type

Type

jar

Download cmd 0.10.0


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