<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-autoconfigure</artifactId>
<version>3.1.11</version>
</dependency>
libraryDependencies += "org.springframework.shell" % "spring-shell-autoconfigure" % "3.1.11"
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-autoconfigure', version='3.1.11')
)
<dependency org="org.springframework.shell" name="spring-shell-autoconfigure" rev="3.1.11" />