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