<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-autoconfigure</artifactId>
<version>2.1.10</version>
</dependency>
libraryDependencies += "org.springframework.shell" % "spring-shell-autoconfigure" % "2.1.10"
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-autoconfigure', version='2.1.10')
)
<dependency org="org.springframework.shell" name="spring-shell-autoconfigure" rev="2.1.10" />
<parent> <groupId>org.springframework.shell</groupId> <artifactId>spring-shell-parent</artifactId> <version>2.1.10</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.shell:spring-shell-core
|-- org.springframework.shell:spring-shell-standard-commands
|-- org.springframework.boot:spring-boot-configuration-processor
test