is not current version
Last Version 1.1.6

com.github.spullara.cli-parser:cli-parser 1.0

An annotation-based command line interface parser.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.spullara.cli-parser
ArtifactId

ArtifactId

cli-parser
Version

Version

1.0
Type

Type

jar

Download cli-parser 1.0


<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.cli-parser/cli-parser/
implementation 'com.github.spullara.cli-parser:cli-parser:1.0'
// https://jarcasting.com/artifacts/com.github.spullara.cli-parser/cli-parser/
implementation ("com.github.spullara.cli-parser:cli-parser:1.0")
'com.github.spullara.cli-parser:cli-parser:jar:1.0'
<dependency org="com.github.spullara.cli-parser" name="cli-parser" rev="1.0">
  <artifact name="cli-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.cli-parser', module='cli-parser', version='1.0')
)
libraryDependencies += "com.github.spullara.cli-parser" % "cli-parser" % "1.0"
[com.github.spullara.cli-parser/cli-parser "1.0"]