Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.fonimus |
ArtifactId | ArtifactIdssh-shell-spring-boot-parent |
Version | Version1.5.4 |
Type | Typepom |
Filename | Size |
---|---|
ssh-shell-spring-boot-parent-1.5.4.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-parent/ -->
<dependency>
<groupId>com.github.fonimus</groupId>
<artifactId>ssh-shell-spring-boot-parent</artifactId>
<version>1.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-parent/
implementation 'com.github.fonimus:ssh-shell-spring-boot-parent:1.5.4'
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-parent/
implementation ("com.github.fonimus:ssh-shell-spring-boot-parent:1.5.4")
'com.github.fonimus:ssh-shell-spring-boot-parent:pom:1.5.4'
<dependency org="com.github.fonimus" name="ssh-shell-spring-boot-parent" rev="1.5.4">
<artifact name="ssh-shell-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fonimus', module='ssh-shell-spring-boot-parent', version='1.5.4')
)
libraryDependencies += "com.github.fonimus" % "ssh-shell-spring-boot-parent" % "1.5.4"
[com.github.fonimus/ssh-shell-spring-boot-parent "1.5.4"]