streamline-cli

Streamline CLI

Лицензия

Лицензия

Категории

Категории

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

Группа

org.daisy.streamline
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

streamline-cli
Streamline CLI
Ссылка на сайт

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

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

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

https://github.com/brailleapps/streamline-cli

Скачать streamline-cli

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.7
org.mockito : mockito-core jar 1.10.19

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

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

Build Status Type License: LGPL v2.1

Streamline CLI

Provides a module for building a basic cli. This module is not a command line interface in it self.

Using

Download the latest release from maven central.

Extend the AbstractUI class to create a cli.

Building

Build with gradlew build (Windows) or ./gradlew build (Mac/Linux)

Testing

Tests are run with gradlew test (Windows) or ./gradlew test (Mac/Linux)

Requirements & Compatibility

  • Requires Java 8
  • Compatible with SPI

Javadoc

Javadoc for the latest Streamline CLI is available here.

More information

See the common wiki for more information.

org.daisy.streamline

Braille applications

Provides open source braille applications for a global community

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

Версия
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0