s

spring-shell-standard

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