MVN

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

Maven & Gradle

Feb 13, 2022
85 stars

SSH Shell starter for Spring Boot Application · 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.

<dependency>
    <groupId>io.github.anand1st</groupId>
    <artifactId>sshd-shell-spring-boot-starter</artifactId>
    <version>4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.anand1st : sshd-shell-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2

All Versions

Choose a version of io.github.anand1st : sshd-shell-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2
sshd-shell-spring-boot-starter-4.2
4.1
sshd-shell-spring-boot-starter-4.1
4.0
sshd-shell-spring-boot-starter-4.0
3.7
sshd-shell-spring-boot-starter-3.7
3.6
sshd-shell-spring-boot-starter-3.6
3.5
sshd-shell-spring-boot-starter-3.5
3.4
sshd-shell-spring-boot-starter-3.4
3.3
sshd-shell-spring-boot-starter-3.3
3.2.x
sshd-shell-spring-boot-starter-3.2.1
3.2
sshd-shell-spring-boot-starter-3.2
3.1
sshd-shell-spring-boot-starter-3.1
3.0
sshd-shell-spring-boot-starter-3.0
2.6
sshd-shell-spring-boot-starter-2.6
2.5
sshd-shell-spring-boot-starter-2.5
2.4
sshd-shell-spring-boot-starter-2.4
2.3
sshd-shell-spring-boot-starter-2.3
2.2
sshd-shell-spring-boot-starter-2.2
2.1
sshd-shell-spring-boot-starter-2.1
2.0
sshd-shell-spring-boot-starter-2.0
1.5.x
sshd-shell-spring-boot-starter-1.5.1
1.5
sshd-shell-spring-boot-starter-1.5
1.4
sshd-shell-spring-boot-starter-1.4
1.3
sshd-shell-spring-boot-starter-1.3
1.2
sshd-shell-spring-boot-starter-1.2
1.1
sshd-shell-spring-boot-starter-1.1
1.0
sshd-shell-spring-boot-starter-1.0

How to add a dependency to Maven

Add the following io.github.anand1st : sshd-shell-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.anand1st</groupId>
    <artifactId>sshd-shell-spring-boot-starter</artifactId>
    <version>4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.anand1st : sshd-shell-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.github.anand1st:sshd-shell-spring-boot-starter:4.2'

Gradle Kotlin DSL: Add the following io.github.anand1st : sshd-shell-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.anand1st:sshd-shell-spring-boot-starter:4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.anand1st : sshd-shell-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.anand1st" % "sshd-shell-spring-boot-starter" % "4.2"

Advertisement