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.8.0.202006091008-r.jar download
org.eclipse.jgit.ssh.apache-5.8.0.202006091008-r.pom download
org.eclipse.jgit.ssh.apache-5.8.0.202006091008-r-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.jgit</groupId>
  <artifactId>org.eclipse.jgit.ssh.apache</artifactId>
  <version>5.8.0.202006091008-r</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:5.8.0.202006091008-r'
Gradle Kotlin
implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.apache:5.8.0.202006091008-r")
Scala SBT
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.ssh.apache" % "5.8.0.202006091008-r"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.ssh.apache', version='5.8.0.202006091008-r')
)
Apache Ivy
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.ssh.apache" rev="5.8.0.202006091008-r" />
Leiningen
[org.eclipse.jgit/org.eclipse.jgit.ssh.apache "5.8.0.202006091008-r"]
Apache Buildr
'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:jar:5.8.0.202006091008-r'