| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.fonimus |
| Идентификатор | Идентификаторssh-shell-spring-boot-starter |
| Версия | Версия1.5.4 |
| Тип | Типjar |
<!-- 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.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-starter/
implementation 'com.github.fonimus:ssh-shell-spring-boot-starter:1.5.4'
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-starter/
implementation ("com.github.fonimus:ssh-shell-spring-boot-starter:1.5.4")
'com.github.fonimus:ssh-shell-spring-boot-starter:jar:1.5.4'
<dependency org="com.github.fonimus" name="ssh-shell-spring-boot-starter" rev="1.5.4">
<artifact name="ssh-shell-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fonimus', module='ssh-shell-spring-boot-starter', version='1.5.4')
)
libraryDependencies += "com.github.fonimus" % "ssh-shell-spring-boot-starter" % "1.5.4"
[com.github.fonimus/ssh-shell-spring-boot-starter "1.5.4"]