| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.xbib | 
| ArtifactId | ArtifactIdsshd-client | 
| Last Version | Last Version2.6.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionsshd-client SSHD server and client library for Java and Groovy | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| sshd-client-2.6.0.0.pom | |
| sshd-client-2.6.0.0.jar | 353 KB | 
| sshd-client-2.6.0.0-sources.jar | 188 KB | 
| sshd-client-2.6.0.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.xbib/sshd-client/ -->
<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>sshd-client</artifactId>
    <version>2.6.0.0</version>
</dependency>// https://jarcasting.com/artifacts/org.xbib/sshd-client/
implementation 'org.xbib:sshd-client:2.6.0.0'// https://jarcasting.com/artifacts/org.xbib/sshd-client/
implementation ("org.xbib:sshd-client:2.6.0.0")'org.xbib:sshd-client:jar:2.6.0.0'<dependency org="org.xbib" name="sshd-client" rev="2.6.0.0">
  <artifact name="sshd-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.xbib', module='sshd-client', version='2.6.0.0')
)libraryDependencies += "org.xbib" % "sshd-client" % "2.6.0.0"[org.xbib/sshd-client "2.6.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.xbib : sshd-common | jar | 2.6.0.0 |