Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.fonimus |
ArtifactId | ArtifactIdspring-boot-ssh-shell-starter |
Version | Version1.0.2 |
Type | Typejar |
<!-- 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.2</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.2'
// https://jarcasting.com/artifacts/com.github.fonimus/spring-boot-ssh-shell-starter/
implementation ("com.github.fonimus:spring-boot-ssh-shell-starter:1.0.2")
'com.github.fonimus:spring-boot-ssh-shell-starter:jar:1.0.2'
<dependency org="com.github.fonimus" name="spring-boot-ssh-shell-starter" rev="1.0.2">
<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.2')
)
libraryDependencies += "com.github.fonimus" % "spring-boot-ssh-shell-starter" % "1.0.2"
[com.github.fonimus/spring-boot-ssh-shell-starter "1.0.2"]