is not current version
Last Version 1.5.22.RELEASE

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

Spring Boot Remote Shell Starter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-remote-shell
Version

Version

1.2.0.RELEASE
Type

Type

jar

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