is not current version
Last Version 0.3.0

com.github.brunoais:cli-args-parser 0.2.2

This project is a feature-lean implementation of a CLI arguments parser. Just start by creating an instance of ParseArgs and follow the available methods. E.g. ParseArgs when = new ParseArgs(); when.argument("-do").spaceValue().call(this::doArgument); when.argument(null).call(this::defaultArgument); when.parse(args);

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.brunoais
ArtifactId

ArtifactId

cli-args-parser
Version

Version

0.2.2
Type

Type

jar

Download cli-args-parser 0.2.2


<!-- https://jarcasting.com/artifacts/com.github.brunoais/cli-args-parser/ -->
<dependency>
    <groupId>com.github.brunoais</groupId>
    <artifactId>cli-args-parser</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brunoais/cli-args-parser/
implementation 'com.github.brunoais:cli-args-parser:0.2.2'
// https://jarcasting.com/artifacts/com.github.brunoais/cli-args-parser/
implementation ("com.github.brunoais:cli-args-parser:0.2.2")
'com.github.brunoais:cli-args-parser:jar:0.2.2'
<dependency org="com.github.brunoais" name="cli-args-parser" rev="0.2.2">
  <artifact name="cli-args-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brunoais', module='cli-args-parser', version='0.2.2')
)
libraryDependencies += "com.github.brunoais" % "cli-args-parser" % "0.2.2"
[com.github.brunoais/cli-args-parser "0.2.2"]