License |
License |
---|---|
GroupId | GroupIdcom.github.fonimus |
ArtifactId | ArtifactIdssh-shell-starter |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSsh shell starter
Ssh shell for Spring Boot Shell
|
Filename | Size |
---|---|
ssh-shell-starter-0.1.0.pom | |
ssh-shell-starter-0.1.0.jar | 25 KB |
ssh-shell-starter-0.1.0-sources.jar | 10 KB |
ssh-shell-starter-0.1.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-starter/ -->
<dependency>
<groupId>com.github.fonimus</groupId>
<artifactId>ssh-shell-starter</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-starter/
implementation 'com.github.fonimus:ssh-shell-starter:0.1.0'
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-starter/
implementation ("com.github.fonimus:ssh-shell-starter:0.1.0")
'com.github.fonimus:ssh-shell-starter:jar:0.1.0'
<dependency org="com.github.fonimus" name="ssh-shell-starter" rev="0.1.0">
<artifact name="ssh-shell-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fonimus', module='ssh-shell-starter', version='0.1.0')
)
libraryDependencies += "com.github.fonimus" % "ssh-shell-starter" % "0.1.0"
[com.github.fonimus/ssh-shell-starter "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.0.RELEASE |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | 2.0.0.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.0.RELEASE |
org.apache.sshd : sshd-core | jar | 1.7.0 |
org.springframework.shell : spring-shell-starter | jar | 2.0.0.RELEASE |