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