is not current version
Last Version 2.0.1.RELEASE

org.springframework.shell:spring-shell-core-test-support 2.0.0.RELEASE

Core API test classes for Spring Shell 2

GroupId

GroupId

org.springframework.shell
ArtifactId

ArtifactId

spring-shell-core-test-support
Version

Version

2.0.0.RELEASE
Type

Type

jar

Download spring-shell-core-test-support 2.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-core-test-support/ -->
<dependency>
    <groupId>org.springframework.shell</groupId>
    <artifactId>spring-shell-core-test-support</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-core-test-support/
implementation 'org.springframework.shell:spring-shell-core-test-support:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.shell/spring-shell-core-test-support/
implementation ("org.springframework.shell:spring-shell-core-test-support:2.0.0.RELEASE")
'org.springframework.shell:spring-shell-core-test-support:jar:2.0.0.RELEASE'
<dependency org="org.springframework.shell" name="spring-shell-core-test-support" rev="2.0.0.RELEASE">
  <artifact name="spring-shell-core-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.shell', module='spring-shell-core-test-support', version='2.0.0.RELEASE')
)
libraryDependencies += "org.springframework.shell" % "spring-shell-core-test-support" % "2.0.0.RELEASE"
[org.springframework.shell/spring-shell-core-test-support "2.0.0.RELEASE"]