Files download
File Operation
spring-shell-core-test-support-3.2.0.jar download
spring-shell-core-test-support-3.2.0.pom download
spring-shell-core-test-support-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.shell</groupId>
  <artifactId>spring-shell-core-test-support</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.shell:spring-shell-core-test-support:3.2.0'
Gradle Kotlin
implementation("org.springframework.shell:spring-shell-core-test-support:3.2.0")
Scala SBT
libraryDependencies += "org.springframework.shell" % "spring-shell-core-test-support" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.shell', module='spring-shell-core-test-support', version='3.2.0')
)
Apache Ivy
<dependency org="org.springframework.shell" name="spring-shell-core-test-support" rev="3.2.0" />
Leiningen
[org.springframework.shell/spring-shell-core-test-support "3.2.0"]
Apache Buildr
'org.springframework.shell:spring-shell-core-test-support:jar:3.2.0'