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