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