s

spring-shell-standard

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