cli

this project provides a command line interface

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

cli
this project provides a command line interface
Ссылка на сайт

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

https://github.com/martinFrank/commandLineInterface
Организация-разработчик

Организация-разработчик

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

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

https://github.com/martinFrank/commandLineInterface/tree/master

Скачать cli

Имя Файла Размер
cli-0.2.2.pom
cli-0.2.2.jar 9 KB
cli-0.2.2-sources.jar 6 KB
cli-0.2.2-javadoc.jar 413 KB
Обзор

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

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

Зависимости

test (1)

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

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

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

commandLineInterface

CommandLineInterpreter

this library provides a command line interface for apps. The CommandLineInterpreter is the centered Class here. it takes the Input from CommandLine and maps it into proper commands. These commands are given to the CommandProvider, who's responsible to execute it.

To make that concept working, the Interpreter offers a set of commands, which can be executed.

###version 0.2

  • Seperation of main from cli
  • provide access to help / exit

news

  • finally i managed to add support for sonar cloud
  • finally i can do continuous integration with cirrus-ci
  • finally able to upload jars into the maven repository ()

read the guid on how to deploy into maven repository

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

Версия
0.2.2
0.2.1
0.2.0
0.1.0