License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.fonimus |
ArtifactId | ArtifactIdspring-boot-ssh-shell-sample |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSsh shell sample
Ssh shell for Spring Boot Shell
|
<!-- https://jarcasting.com/artifacts/com.github.fonimus/spring-boot-ssh-shell-sample/ -->
<dependency>
<groupId>com.github.fonimus</groupId>
<artifactId>spring-boot-ssh-shell-sample</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fonimus/spring-boot-ssh-shell-sample/
implementation 'com.github.fonimus:spring-boot-ssh-shell-sample:1.0.0'
// https://jarcasting.com/artifacts/com.github.fonimus/spring-boot-ssh-shell-sample/
implementation ("com.github.fonimus:spring-boot-ssh-shell-sample:1.0.0")
'com.github.fonimus:spring-boot-ssh-shell-sample:jar:1.0.0'
<dependency org="com.github.fonimus" name="spring-boot-ssh-shell-sample" rev="1.0.0">
<artifact name="spring-boot-ssh-shell-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fonimus', module='spring-boot-ssh-shell-sample', version='1.0.0')
)
libraryDependencies += "com.github.fonimus" % "spring-boot-ssh-shell-sample" % "1.0.0"
[com.github.fonimus/spring-boot-ssh-shell-sample "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | |
com.github.fonimus : spring-boot-ssh-shell-starter | jar | 1.0.0 |
org.springframework.session : spring-session-jdbc | jar | |
com.h2database : h2 | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.0.RELEASE |
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |