| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdorg.springframework.boot | 
| ArtifactId | ArtifactIdspring-boot-starter-remote-shell | 
| Version | Version1.3.1.RELEASE | 
| Type | Typejar | 
<!-- 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.3.1.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.3.1.RELEASE'// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-remote-shell/
implementation ("org.springframework.boot:spring-boot-starter-remote-shell:1.3.1.RELEASE")'org.springframework.boot:spring-boot-starter-remote-shell:jar:1.3.1.RELEASE'<dependency org="org.springframework.boot" name="spring-boot-starter-remote-shell" rev="1.3.1.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.3.1.RELEASE')
)libraryDependencies += "org.springframework.boot" % "spring-boot-starter-remote-shell" % "1.3.1.RELEASE"[org.springframework.boot/spring-boot-starter-remote-shell "1.3.1.RELEASE"]