net.windwards:options

options is a Java toolkit for parsing command line options. It focuses on ease-of-use. It uses annotations to declare valid options and takes care not to intrude on your class structure. It adheres to the GNU getopt style of options.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.windwards
Идентификатор

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

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

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

options is a Java toolkit for parsing command line options. It focuses on ease-of-use. It uses annotations to declare valid options and takes care not to intrude on your class structure. It adheres to the GNU getopt style of options.

Скачать options

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

<!-- https://jarcasting.com/artifacts/net.windwards/options/ -->
<dependency>
    <groupId>net.windwards</groupId>
    <artifactId>options</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.windwards/options/
implementation 'net.windwards:options:1.1.1'
// https://jarcasting.com/artifacts/net.windwards/options/
implementation ("net.windwards:options:1.1.1")
'net.windwards:options:jar:1.1.1'
<dependency org="net.windwards" name="options" rev="1.1.1">
  <artifact name="options" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.windwards', module='options', version='1.1.1')
)
libraryDependencies += "net.windwards" % "options" % "1.1.1"
[net.windwards/options "1.1.1"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.0

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

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

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

Версия
1.1.1
1.1
1.0.3