is not current version
Last Version 1.2.0.RELEASE

org.springframework.shell:spring-shell 1.1.0.RELEASE

Spring Shell

GroupId

GroupId

org.springframework.shell
ArtifactId

ArtifactId

spring-shell
Version

Version

1.1.0.RELEASE
Type

Type

jar

Download spring-shell 1.1.0.RELEASE


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