Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.anand1st |
ArtifactId | ArtifactIdsshd-shell-spring-boot-starter |
Version | Version3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.anand1st/sshd-shell-spring-boot-starter/ -->
<dependency>
<groupId>io.github.anand1st</groupId>
<artifactId>sshd-shell-spring-boot-starter</artifactId>
<version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.anand1st/sshd-shell-spring-boot-starter/
implementation 'io.github.anand1st:sshd-shell-spring-boot-starter:3.4'
// https://jarcasting.com/artifacts/io.github.anand1st/sshd-shell-spring-boot-starter/
implementation ("io.github.anand1st:sshd-shell-spring-boot-starter:3.4")
'io.github.anand1st:sshd-shell-spring-boot-starter:jar:3.4'
<dependency org="io.github.anand1st" name="sshd-shell-spring-boot-starter" rev="3.4">
<artifact name="sshd-shell-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.anand1st', module='sshd-shell-spring-boot-starter', version='3.4')
)
libraryDependencies += "io.github.anand1st" % "sshd-shell-spring-boot-starter" % "3.4"
[io.github.anand1st/sshd-shell-spring-boot-starter "3.4"]