<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core</artifactId>
<version>3.2.1</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-core', version='3.2.1')
)
compile
|-- org.springframework:spring-core:6.1.3
|-- org.springframework.boot:spring-boot-starter-validation:3.2.2
|-- org.springframework:spring-messaging:6.1.3
|-- io.projectreactor:reactor-core:3.6.2
|-- org.jline:jline-console:3.25.0
|-- org.jline:jline-reader:3.25.0
|-- org.jline:jline-style:3.25.0
|-- org.jline:jline-terminal:3.25.0
|-- commons-io:commons-io:2.11.0
runtime