Spring Shell Table

Library to Display Fancy ASCII art Tables

License

License

GroupId

GroupId

org.springframework.shell
ArtifactId

ArtifactId

spring-shell-table
Last Version

Last Version

2.0.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Shell Table
Library to Display Fancy ASCII art Tables
Project Organization

Project Organization

Pivotal Software, Inc.

Download spring-shell-table

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework : spring-beans jar

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

Spring

Versions

Version
2.0.1.RELEASE
2.0.0.RELEASE