License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.day.commons |
ArtifactId | ArtifactIdday-commons-cli |
Last Version | Last Version2.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDay Commons Library - CLI (Command Line Interface Library)
Provides Classes for bulding a CLI (console).
To be replaced by apache-commons-cli as soon 2.0 is released.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
day-commons-cli-2.0.6.pom | |
day-commons-cli-2.0.6.jar | 136 KB |
day-commons-cli-2.0.6-sources.jar | 459 bytes |
day-commons-cli-2.0.6-javadoc.jar | 459 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.day.commons/day-commons-cli/ -->
<dependency>
<groupId>com.day.commons</groupId>
<artifactId>day-commons-cli</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.day.commons/day-commons-cli/
implementation 'com.day.commons:day-commons-cli:2.0.6'
// https://jarcasting.com/artifacts/com.day.commons/day-commons-cli/
implementation ("com.day.commons:day-commons-cli:2.0.6")
'com.day.commons:day-commons-cli:jar:2.0.6'
<dependency org="com.day.commons" name="day-commons-cli" rev="2.0.6">
<artifact name="day-commons-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.day.commons', module='day-commons-cli', version='2.0.6')
)
libraryDependencies += "com.day.commons" % "day-commons-cli" % "2.0.6"
[com.day.commons/day-commons-cli "2.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.day.commons : day-commons-cli-launcher | jar | 1.0.0 |
jline : jline | jar | 0.9.9 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.3.1 |