is not current version
Last Version 4.2

io.github.anand1st:sshd-shell-spring-boot-starter 2.1

This artifact is a spring boot starter that provides SSH access to spring boot applications. It is to be used primarily by developers who want to roll out custom shell commands for various purposes.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.anand1st
ArtifactId

ArtifactId

sshd-shell-spring-boot-starter
Version

Version

2.1
Type

Type

jar

Download sshd-shell-spring-boot-starter 2.1


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