s

spring-shell-standard-commands

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