Spring Shell


License

License

GroupId

GroupId

org.springframework.shell
ArtifactId

ArtifactId

spring-shell
Last Version

Last Version

1.2.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Shell
Spring Shell
Project URL

Project URL

http://github.com/SpringSource/spring-shell
Project Organization

Project Organization

SpringSource
Source Code Management

Source Code Management

http://github.com/SpringSource/spring-shell

Download spring-shell

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.google.guava : guava jar 17.0
jline : jline jar 2.12
org.springframework : spring-context-support jar 4.2.4.RELEASE
commons-io : commons-io jar 2.4
org.springframework : spring-core jar 4.2.4.RELEASE

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.2.0.RELEASE
1.1.0.RELEASE
1.0.0.RELEASE