is not current version
Last Version 6.2.0.202206071550-r

org.eclipse.jgit:org.eclipse.jgit.ssh.apache 5.3.2.201906051522-r

SSH support for JGit based on Apache MINA sshd

Categories

Categories

Git Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility
GroupId

GroupId

org.eclipse.jgit
ArtifactId

ArtifactId

org.eclipse.jgit.ssh.apache
Version

Version

5.3.2.201906051522-r
Type

Type

jar

Download org.eclipse.jgit.ssh.apache 5.3.2.201906051522-r


<!-- https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.ssh.apache/ -->
<dependency>
    <groupId>org.eclipse.jgit</groupId>
    <artifactId>org.eclipse.jgit.ssh.apache</artifactId>
    <version>5.3.2.201906051522-r</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.ssh.apache/
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:5.3.2.201906051522-r'
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.ssh.apache/
implementation ("org.eclipse.jgit:org.eclipse.jgit.ssh.apache:5.3.2.201906051522-r")
'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:jar:5.3.2.201906051522-r'
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.ssh.apache" rev="5.3.2.201906051522-r">
  <artifact name="org.eclipse.jgit.ssh.apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.ssh.apache', version='5.3.2.201906051522-r')
)
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.ssh.apache" % "5.3.2.201906051522-r"
[org.eclipse.jgit/org.eclipse.jgit.ssh.apache "5.3.2.201906051522-r"]