| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.spullara.cli-parser |
| ArtifactId | ArtifactIdcli-parser |
| Last Version | Last Version1.1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCLI Parser
An annotation-based command line interface parser.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cli-parser-1.1.6.pom | |
| cli-parser-1.1.6.jar | 10 KB |
| cli-parser-1.1.6-sources.jar | 5 KB |
| cli-parser-1.1.6-javadoc.jar | 28 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.cli-parser/cli-parser/
implementation 'com.github.spullara.cli-parser:cli-parser:1.1.6'
// https://jarcasting.com/artifacts/com.github.spullara.cli-parser/cli-parser/
implementation ("com.github.spullara.cli-parser:cli-parser:1.1.6")
'com.github.spullara.cli-parser:cli-parser:jar:1.1.6'
<dependency org="com.github.spullara.cli-parser" name="cli-parser" rev="1.1.6">
<artifact name="cli-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.cli-parser', module='cli-parser', version='1.1.6')
)
libraryDependencies += "com.github.spullara.cli-parser" % "cli-parser" % "1.1.6"
[com.github.spullara.cli-parser/cli-parser "1.1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |