Spring Shell Standard Commands

Standard out-of-the-box shell commands, implemented using the Standard API

Лицензия

Лицензия

Группа

Группа

org.springframework.shell
Идентификатор

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

spring-shell-standard-commands
Последняя версия

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

2.0.1.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Shell Standard Commands
Standard out-of-the-box shell commands, implemented using the Standard API
Организация-разработчик

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

Pivotal Software, Inc.

Скачать spring-shell-standard-commands

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

<!-- https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-standard-commands/ -->
<dependency>
    <groupId>org.springframework.shell</groupId>
    <artifactId>spring-shell-standard-commands</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-standard-commands/
implementation 'org.springframework.shell:spring-shell-standard-commands:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-standard-commands/
implementation ("org.springframework.shell:spring-shell-standard-commands:2.0.1.RELEASE")
'org.springframework.shell:spring-shell-standard-commands:jar:2.0.1.RELEASE'
<dependency org="org.springframework.shell" name="spring-shell-standard-commands" rev="2.0.1.RELEASE">
  <artifact name="spring-shell-standard-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-standard-commands', version='2.0.1.RELEASE')
)
libraryDependencies += "org.springframework.shell" % "spring-shell-standard-commands" % "2.0.1.RELEASE"
[org.springframework.shell/spring-shell-standard-commands "2.0.1.RELEASE"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.springframework.shell : spring-shell-standard jar 2.0.1.RELEASE
org.jline : jline jar 3.4.0

test (2)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 1.5.8.RELEASE
org.assertj : assertj-core jar 3.8.0

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

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

Spring Shell 3

Spring Shell 3 is a work to solely depend on Spring Boot 2.x and not trying to keep any backward compatibility with older Spring Shell 1.x nor Spring Boot 1.x.

Building

./mvnw package

Running

The project comes with a sample application, showcasing the various ways you can write commands.

./mvnw install
./mvnw -pl spring-shell-samples spring-boot:run

From there, try typing help or help <commmand> at the shell prompt.

org.springframework.shell

Spring

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

Версия
2.0.1.RELEASE
2.0.0.RELEASE