is not current version
Last Version 2.0.1.RELEASE

org.springframework.shell:spring-shell-table 2.0.0.RELEASE

Library to Display Fancy ASCII art Tables

GroupId

GroupId

org.springframework.shell
ArtifactId

ArtifactId

spring-shell-table
Version

Version

2.0.0.RELEASE
Type

Type

jar

Download spring-shell-table 2.0.0.RELEASE


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