не последняя версия
Последняя версия 1.2.0.RELEASE

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

Spring Shell

Группа

Группа

org.springframework.shell
Идентификатор

Идентификатор

spring-shell
Версия

Версия

1.1.0.RELEASE
Тип

Тип

jar

Скачать 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"]