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