Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.fonimus |
ArtifactId | ArtifactIdspring-boot-ssh-shell-complete-sample |
Version | Version1.0.1 |
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.1</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.1'
// 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.1")
'com.github.fonimus:spring-boot-ssh-shell-complete-sample:jar:1.0.1'
<dependency org="com.github.fonimus" name="spring-boot-ssh-shell-complete-sample" rev="1.0.1">
<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.1')
)
libraryDependencies += "com.github.fonimus" % "spring-boot-ssh-shell-complete-sample" % "1.0.1"
[com.github.fonimus/spring-boot-ssh-shell-complete-sample "1.0.1"]