License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.fonimus |
ArtifactId | ArtifactIdspring-boot-ssh-shell-starter |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring boot ssh shell starter
Ssh shell for Spring Boot Shell
|
<!-- https://jarcasting.com/artifacts/com.github.fonimus/spring-boot-ssh-shell-starter/ -->
<dependency>
<groupId>com.github.fonimus</groupId>
<artifactId>spring-boot-ssh-shell-starter</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fonimus/spring-boot-ssh-shell-starter/
implementation 'com.github.fonimus:spring-boot-ssh-shell-starter:1.0.6'
// https://jarcasting.com/artifacts/com.github.fonimus/spring-boot-ssh-shell-starter/
implementation ("com.github.fonimus:spring-boot-ssh-shell-starter:1.0.6")
'com.github.fonimus:spring-boot-ssh-shell-starter:jar:1.0.6'
<dependency org="com.github.fonimus" name="spring-boot-ssh-shell-starter" rev="1.0.6">
<artifact name="spring-boot-ssh-shell-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fonimus', module='spring-boot-ssh-shell-starter', version='1.0.6')
)
libraryDependencies += "com.github.fonimus" % "spring-boot-ssh-shell-starter" % "1.0.6"
[com.github.fonimus/spring-boot-ssh-shell-starter "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | |
org.springframework.boot : spring-boot-starter-security Optional | jar | |
org.springframework.session : spring-session-core Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.apache.sshd : sshd-core | jar | 2.0.0 |
org.springframework.shell : spring-shell-starter | jar | 2.0.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.session : spring-session-jdbc | jar | |
com.h2database : h2 | jar | |
com.jcraft : jsch | jar | 0.1.54 |
org.awaitility : awaitility | jar | 3.1.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |