Files download
File Operation
groovy-sshd-0.0.1.jar download
groovy-sshd-0.0.1.pom download
groovy-sshd-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xbib</groupId>
  <artifactId>groovy-sshd</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.xbib:groovy-sshd:0.0.1'
Gradle Kotlin
implementation("org.xbib:groovy-sshd:0.0.1")
Scala SBT
libraryDependencies += "org.xbib" % "groovy-sshd" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.xbib', module='groovy-sshd', version='0.0.1')
)
Apache Ivy
<dependency org="org.xbib" name="groovy-sshd" rev="0.0.1" />
Leiningen
[org.xbib/groovy-sshd "0.0.1"]
Apache Buildr
'org.xbib:groovy-sshd:jar:0.0.1'