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