<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter</artifactId>
<version>3.1.3</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-starter', version='3.1.3')
)
compile
|-- org.springframework.shell:spring-shell-autoconfigure:3.1.3
|-- org.springframework.shell:spring-shell-core:3.1.3
|-- org.springframework.shell:spring-shell-standard:3.1.3
|-- org.springframework.shell:spring-shell-standard-commands:3.1.3