s

spring-shell-docs

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