is not current version
Last Version 6.2.0.202206071550-r

org.eclipse.jgit:org.eclipse.jgit.ssh.jsch 5.13.1.202206130422-r

SSH support for JGit based on JSch

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.jsch
Version

Version

5.13.1.202206130422-r
Type

Type

jar

Download org.eclipse.jgit.ssh.jsch 5.13.1.202206130422-r


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