License |
License |
---|---|
GroupId | GroupIdcom.github.nicosensei |
ArtifactId | ArtifactIdcommons-cmd |
Last Version | Last Version1.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommons: command line utilities
Command line parsing utilities
|
Filename | Size |
---|---|
commons-cmd-1.5.3.pom | |
commons-cmd-1.5.3.jar | 4 KB |
commons-cmd-1.5.3-sources.jar | 2 KB |
commons-cmd-1.5.3-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei/commons-cmd/ -->
<dependency>
<groupId>com.github.nicosensei</groupId>
<artifactId>commons-cmd</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/commons-cmd/
implementation 'com.github.nicosensei:commons-cmd:1.5.3'
// https://jarcasting.com/artifacts/com.github.nicosensei/commons-cmd/
implementation ("com.github.nicosensei:commons-cmd:1.5.3")
'com.github.nicosensei:commons-cmd:jar:1.5.3'
<dependency org="com.github.nicosensei" name="commons-cmd" rev="1.5.3">
<artifact name="commons-cmd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='commons-cmd', version='1.5.3')
)
libraryDependencies += "com.github.nicosensei" % "commons-cmd" % "1.5.3"
[com.github.nicosensei/commons-cmd "1.5.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.nicosensei : commons-util | jar | 1.5.3 |
commons-cli : commons-cli | jar | 1.2 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |