is not current version
Last Version 1.5.22.RELEASE

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

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-remote-shell
Version

Version

1.5.13.RELEASE
Type

Type

jar

Download spring-boot-starter-remote-shell 1.5.13.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.13.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.13.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-remote-shell/
implementation ("org.springframework.boot:spring-boot-starter-remote-shell:1.5.13.RELEASE")
'org.springframework.boot:spring-boot-starter-remote-shell:jar:1.5.13.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-remote-shell" rev="1.5.13.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.13.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-remote-shell" % "1.5.13.RELEASE"
[org.springframework.boot/spring-boot-starter-remote-shell "1.5.13.RELEASE"]