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