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