License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.fonimus |
ArtifactId | ArtifactIdssh-shell-spring-boot-starter |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSsh shell spring boot starter
Ssh shell for Spring Boot
|
<!-- https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-starter/ -->
<dependency>
<groupId>com.github.fonimus</groupId>
<artifactId>ssh-shell-spring-boot-starter</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-starter/
implementation 'com.github.fonimus:ssh-shell-spring-boot-starter:1.8.0'
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-starter/
implementation ("com.github.fonimus:ssh-shell-spring-boot-starter:1.8.0")
'com.github.fonimus:ssh-shell-spring-boot-starter:jar:1.8.0'
<dependency org="com.github.fonimus" name="ssh-shell-spring-boot-starter" rev="1.8.0">
<artifact name="ssh-shell-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fonimus', module='ssh-shell-spring-boot-starter', version='1.8.0')
)
libraryDependencies += "com.github.fonimus" % "ssh-shell-spring-boot-starter" % "1.8.0"
[com.github.fonimus/ssh-shell-spring-boot-starter "1.8.0"]
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 | |
com.fasterxml.jackson.core : jackson-databind Optional | jar | |
org.apache.sshd : sshd-core | jar | 2.8.0 |
org.springframework.shell : spring-shell-starter | jar | 2.0.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.6 |
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.55 |
org.awaitility : awaitility | jar | 4.1.1 |