o

org.eclipse.jgit.ssh.apache

SSH support for JGit based on Apache MINA sshd
Files download
File Operation
org.eclipse.jgit.ssh.apache-5.10.0.202012080955-r.jar download
org.eclipse.jgit.ssh.apache-5.10.0.202012080955-r.pom download
org.eclipse.jgit.ssh.apache-5.10.0.202012080955-r-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.jgit</groupId>
  <artifactId>org.eclipse.jgit.ssh.apache</artifactId>
  <version>5.10.0.202012080955-r</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:5.10.0.202012080955-r'
Gradle Kotlin
implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.apache:5.10.0.202012080955-r")
Scala SBT
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.ssh.apache" % "5.10.0.202012080955-r"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.ssh.apache', version='5.10.0.202012080955-r')
)
Apache Ivy
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.ssh.apache" rev="5.10.0.202012080955-r" />
Leiningen
[org.eclipse.jgit/org.eclipse.jgit.ssh.apache "5.10.0.202012080955-r"]
Apache Buildr
'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:jar:5.10.0.202012080955-r'