s

spring-shell-standard

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