License |
License |
---|---|
GroupId | GroupIdcom.github.dakusui |
ArtifactId | ArtifactIdcmd |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptioncmd
Command line streamer library for Java 8
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cmd-1.0.1.pom | |
cmd-1.0.1.jar | 50 KB |
cmd-1.0.1-sources.jar | 20 KB |
cmd-1.0.1-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/cmd/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>cmd</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/cmd/
implementation 'com.github.dakusui:cmd:1.0.1'
// https://jarcasting.com/artifacts/com.github.dakusui/cmd/
implementation ("com.github.dakusui:cmd:1.0.1")
'com.github.dakusui:cmd:jar:1.0.1'
<dependency org="com.github.dakusui" name="cmd" rev="1.0.1">
<artifact name="cmd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='cmd', version='1.0.1')
)
libraryDependencies += "com.github.dakusui" % "cmd" % "1.0.1"
[com.github.dakusui/cmd "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.24 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.24 |
log4j : log4j | jar | 1.2.17 |
junit : junit | jar | 4.12 |
com.github.dakusui : jcunit | jar | 0.8.1 |