Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.woostju |
ArtifactId | ArtifactIdssh-client-pool |
Version | Version0.9.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.woostju/ssh-client-pool/ -->
<dependency>
<groupId>com.github.woostju</groupId>
<artifactId>ssh-client-pool</artifactId>
<version>0.9.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.woostju/ssh-client-pool/
implementation 'com.github.woostju:ssh-client-pool:0.9.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.woostju/ssh-client-pool/
implementation ("com.github.woostju:ssh-client-pool:0.9.1-RELEASE")
'com.github.woostju:ssh-client-pool:jar:0.9.1-RELEASE'
<dependency org="com.github.woostju" name="ssh-client-pool" rev="0.9.1-RELEASE">
<artifact name="ssh-client-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.woostju', module='ssh-client-pool', version='0.9.1-RELEASE')
)
libraryDependencies += "com.github.woostju" % "ssh-client-pool" % "0.9.1-RELEASE"
[com.github.woostju/ssh-client-pool "0.9.1-RELEASE"]