| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.spullara.cli-parser |
| ArtifactId | ArtifactIdcli-parser |
| Version | Version1.1.5 |
| Type | Typejar |
| Description |
DescriptionCLI Parser
An annotation-based command line interface parser.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cli-parser-1.1.5.pom | |
| cli-parser-1.1.5.jar | 16 KB |
| cli-parser-1.1.5-sources.jar | 9 KB |
| cli-parser-1.1.5-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.spullara.cli-parser/cli-parser/ -->
<dependency>
<groupId>com.github.spullara.cli-parser</groupId>
<artifactId>cli-parser</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.cli-parser/cli-parser/
implementation 'com.github.spullara.cli-parser:cli-parser:1.1.5'
// https://jarcasting.com/artifacts/com.github.spullara.cli-parser/cli-parser/
implementation ("com.github.spullara.cli-parser:cli-parser:1.1.5")
'com.github.spullara.cli-parser:cli-parser:jar:1.1.5'
<dependency org="com.github.spullara.cli-parser" name="cli-parser" rev="1.1.5">
<artifact name="cli-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.cli-parser', module='cli-parser', version='1.1.5')
)
libraryDependencies += "com.github.spullara.cli-parser" % "cli-parser" % "1.1.5"
[com.github.spullara.cli-parser/cli-parser "1.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |