Prauschers CLI

CLI using Javas reflection API

Лицензия

Лицензия

Категории

Категории

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

Группа

de.prauscher
Идентификатор

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

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

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Prauschers CLI
CLI using Javas reflection API
Ссылка на сайт

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

https://github.com/prauscher/java-cli
Система контроля версий

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

https://github.com/prauscher/java-cli

Скачать cli

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

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

Зависимости

compile (1)

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

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

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

de.prauscher.cli

this package provides a simple to use command line interpreter for Java. It works by adding annotations to methods, which are then called by the CLI.

It is also capable of passing and casting arguments from the UI to the methods and provides a basic system to list available commands and give brief explanations.

You find examples beneath "rsc".

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

Версия
1.1.0
1.0.0
0.3.0
0.2.0
0.1.0