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