Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.fonimus |
ArtifactId | ArtifactIdspring-boot-ssh-shell-complete-sample |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fonimus/spring-boot-ssh-shell-complete-sample/ -->
<dependency>
<groupId>com.github.fonimus</groupId>
<artifactId>spring-boot-ssh-shell-complete-sample</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fonimus/spring-boot-ssh-shell-complete-sample/
implementation 'com.github.fonimus:spring-boot-ssh-shell-complete-sample:1.0.3'
// https://jarcasting.com/artifacts/com.github.fonimus/spring-boot-ssh-shell-complete-sample/
implementation ("com.github.fonimus:spring-boot-ssh-shell-complete-sample:1.0.3")
'com.github.fonimus:spring-boot-ssh-shell-complete-sample:jar:1.0.3'
<dependency org="com.github.fonimus" name="spring-boot-ssh-shell-complete-sample" rev="1.0.3">
<artifact name="spring-boot-ssh-shell-complete-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fonimus', module='spring-boot-ssh-shell-complete-sample', version='1.0.3')
)
libraryDependencies += "com.github.fonimus" % "spring-boot-ssh-shell-complete-sample" % "1.0.3"
[com.github.fonimus/spring-boot-ssh-shell-complete-sample "1.0.3"]