s

spring-shell-docs

Spring Shell reference documentation
文件下载
文件名 操作
spring-shell-docs-2.1.8.jar 下载
spring-shell-docs-2.1.8.pom 下载
Apache Maven
<dependency>
  <groupId>org.springframework.shell</groupId>
  <artifactId>spring-shell-docs</artifactId>
  <version>2.1.8</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.shell:spring-shell-docs:2.1.8'
Gradle Kotlin
implementation("org.springframework.shell:spring-shell-docs:2.1.8")
Scala SBT
libraryDependencies += "org.springframework.shell" % "spring-shell-docs" % "2.1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.shell', module='spring-shell-docs', version='2.1.8')
)
Apache Ivy
<dependency org="org.springframework.shell" name="spring-shell-docs" rev="2.1.8" />
Leiningen
[org.springframework.shell/spring-shell-docs "2.1.8"]
Apache Buildr
'org.springframework.shell:spring-shell-docs:jar:2.1.8'