com.github.brunoais.CliArgsParser

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);

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.github.brunoais
Идентификатор

Идентификатор

cli-args-parser
Последняя версия

Последняя версия

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.github.brunoais.CliArgsParser
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);
Ссылка на сайт

Ссылка на сайт

https://github.com/brunoais/CliArgsParser
Система контроля версий

Система контроля версий

https://github.com/brunoais/CliArgsParser

Скачать cli-args-parser

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.12

test (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.12
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.3.0
0.2.2
0.2.1