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