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

org.springframework.boot:spring-boot-starter-remote-shell 1.5.14.RELEASE

Starter for using the CRaSH remote shell to monitor and manage your application over SSH. Deprecated since 1.5

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

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

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

spring-boot-starter-remote-shell
Версия

Версия

1.5.14.RELEASE
Тип

Тип

jar

Скачать spring-boot-starter-remote-shell 1.5.14.RELEASE


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