Files download
File Operation
spring-shell-standard-commands-3.2.4.jar download
spring-shell-standard-commands-3.2.4.pom download
spring-shell-standard-commands-3.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.shell</groupId>
  <artifactId>spring-shell-standard-commands</artifactId>
  <version>3.2.4</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.shell:spring-shell-standard-commands:3.2.4'
Gradle Kotlin
implementation("org.springframework.shell:spring-shell-standard-commands:3.2.4")
Scala SBT
libraryDependencies += "org.springframework.shell" % "spring-shell-standard-commands" % "3.2.4"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.shell', module='spring-shell-standard-commands', version='3.2.4')
)
Apache Ivy
<dependency org="org.springframework.shell" name="spring-shell-standard-commands" rev="3.2.4" />
Leiningen
[org.springframework.shell/spring-shell-standard-commands "3.2.4"]
Apache Buildr
'org.springframework.shell:spring-shell-standard-commands:jar:3.2.4'