<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core</artifactId>
<version>2.1.12</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-core', version='2.1.12')
)
<parent> <groupId>org.springframework.shell</groupId> <artifactId>spring-shell-parent</artifactId> <version>2.1.12</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-validation
|-- org.springframework:spring-messaging
|-- org.jline:jline
|-- org.jline:jline-terminal-jna
|-- org.antlr:ST4
|-- org.springframework.shell:spring-shell-table
test