Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.fonimus |
ArtifactId | ArtifactIdssh-shell-spring-boot-parent |
Version | Version1.1.3 |
Type | Typepom |
Filename | Size |
---|---|
ssh-shell-spring-boot-parent-1.1.3.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.3</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.3'
// https://jarcasting.com/artifacts/com.github.fonimus/ssh-shell-spring-boot-parent/
implementation ("com.github.fonimus:ssh-shell-spring-boot-parent:1.1.3")
'com.github.fonimus:ssh-shell-spring-boot-parent:pom:1.1.3'
<dependency org="com.github.fonimus" name="ssh-shell-spring-boot-parent" rev="1.1.3">
<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.3')
)
libraryDependencies += "com.github.fonimus" % "ssh-shell-spring-boot-parent" % "1.1.3"
[com.github.fonimus/ssh-shell-spring-boot-parent "1.1.3"]