License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.fonimus |
ArtifactId | ArtifactIdssh-shell-spring-boot-starter |
Version | Version1.6.1 |
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.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-starter/
implementation 'com.github.fonimus:ssh-shell-spring-boot-starter:1.6.1'
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-starter/
implementation ("com.github.fonimus:ssh-shell-spring-boot-starter:1.6.1")
'com.github.fonimus:ssh-shell-spring-boot-starter:jar:1.6.1'
<dependency org="com.github.fonimus" name="ssh-shell-spring-boot-starter" rev="1.6.1">
<artifact name="ssh-shell-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fonimus', module='ssh-shell-spring-boot-starter', version='1.6.1')
)
libraryDependencies += "com.github.fonimus" % "ssh-shell-spring-boot-starter" % "1.6.1"
[com.github.fonimus/ssh-shell-spring-boot-starter "1.6.1"]
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.7.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.5 |
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.0 |