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