is not current version
Last Version 2.0.1.RELEASE

org.springframework.shell:spring-shell-standard 2.0.0.RELEASE

APIs and resolvers for using the standard Spring Shell programming model

GroupId

GroupId

org.springframework.shell
ArtifactId

ArtifactId

spring-shell-standard
Version

Version

2.0.0.RELEASE
Type

Type

jar

Download spring-shell-standard 2.0.0.RELEASE


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