is not current version
Last Version 1.0.1-RELEASE

com.github.woostju:ssh-client-pool 0.9.0-RELEASE

pool for java ssh client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.woostju
ArtifactId

ArtifactId

ssh-client-pool
Version

Version

0.9.0-RELEASE
Type

Type

jar

Download ssh-client-pool 0.9.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.woostju/ssh-client-pool/ -->
<dependency>
    <groupId>com.github.woostju</groupId>
    <artifactId>ssh-client-pool</artifactId>
    <version>0.9.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.woostju/ssh-client-pool/
implementation 'com.github.woostju:ssh-client-pool:0.9.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.woostju/ssh-client-pool/
implementation ("com.github.woostju:ssh-client-pool:0.9.0-RELEASE")
'com.github.woostju:ssh-client-pool:jar:0.9.0-RELEASE'
<dependency org="com.github.woostju" name="ssh-client-pool" rev="0.9.0-RELEASE">
  <artifact name="ssh-client-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.woostju', module='ssh-client-pool', version='0.9.0-RELEASE')
)
libraryDependencies += "com.github.woostju" % "ssh-client-pool" % "0.9.0-RELEASE"
[com.github.woostju/ssh-client-pool "0.9.0-RELEASE"]