Download JAR files tagged by parseargs with all dependencies
cli-args-parser from group com.github.brunoais (version 0.3.0)
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);
Group: com.github.brunoais Artifact: cli-args-parser
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact cli-args-parser
Group com.github.brunoais
Version 0.3.0
Last update 10. October 2016
Organization not specified
URL https://github.com/brunoais/CliArgsParser
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
Group com.github.brunoais
Version 0.3.0
Last update 10. October 2016
Organization not specified
URL https://github.com/brunoais/CliArgsParser
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
Page 1 from 1 (items total 1)