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