MVN

org.eclipse.jgit : org.eclipse.jgit.ssh.apache

Maven & Gradle

Jun 21, 2023
22 usages

JGit - Apache sshd-based SSH support · SSH support for JGit based on Apache MINA sshd

<dependency>
    <groupId>org.eclipse.jgit</groupId>
    <artifactId>org.eclipse.jgit.ssh.apache</artifactId>
    <version>5.13.2.202306221912-r</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.jgit : org.eclipse.jgit.ssh.apache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.13.2.202306221912-r

All Versions

Choose a version of org.eclipse.jgit : org.eclipse.jgit.ssh.apache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.6.x
org.eclipse.jgit.ssh.apache-6.6.0.202305301015-r
6.5.x
org.eclipse.jgit.ssh.apache-6.5.0.202303070854-r
6.4.x
org.eclipse.jgit.ssh.apache-6.4.0.202211300538-r
6.3.x
org.eclipse.jgit.ssh.apache-6.3.0.202209071007-r
6.2.x
org.eclipse.jgit.ssh.apache-6.2.0.202206071550-r
6.1.x
org.eclipse.jgit.ssh.apache-6.1.0.202203080745-r
6.0.x
org.eclipse.jgit.ssh.apache-6.0.0.202111291000-r
5.13.x
org.eclipse.jgit.ssh.apache-5.13.2.202306221912-r
org.eclipse.jgit.ssh.apache-5.13.1.202206130422-r
org.eclipse.jgit.ssh.apache-5.13.0.202109080827-r
5.12.x
org.eclipse.jgit.ssh.apache-5.12.0.202106070339-r
5.11.x
org.eclipse.jgit.ssh.apache-5.11.1.202105131744-r
org.eclipse.jgit.ssh.apache-5.11.0.202103091610-r
5.10.x
org.eclipse.jgit.ssh.apache-5.10.0.202012080955-r
5.9.x
org.eclipse.jgit.ssh.apache-5.9.0.202009080501-r
5.8.x
org.eclipse.jgit.ssh.apache-5.8.1.202007141445-r
org.eclipse.jgit.ssh.apache-5.8.0.202006091008-r
5.7.x
org.eclipse.jgit.ssh.apache-5.7.0.202003110725-r
org.eclipse.jgit.ssh.apache-5.7.0.202003090808-r
5.6.x
org.eclipse.jgit.ssh.apache-5.6.1.202002131546-r
org.eclipse.jgit.ssh.apache-5.6.0.201912101111-r
5.5.x
org.eclipse.jgit.ssh.apache-5.5.1.201910021850-r
org.eclipse.jgit.ssh.apache-5.5.0.201909110433-r
5.4.x
org.eclipse.jgit.ssh.apache-5.4.3.201909031940-r
org.eclipse.jgit.ssh.apache-5.4.2.201908231537-r
org.eclipse.jgit.ssh.apache-5.4.0.201906121030-r
5.3.x
org.eclipse.jgit.ssh.apache-5.3.9.202012012026-r
org.eclipse.jgit.ssh.apache-5.3.8.202011260953-r
org.eclipse.jgit.ssh.apache-5.3.7.202002110540-r
org.eclipse.jgit.ssh.apache-5.3.6.201910020505-r
org.eclipse.jgit.ssh.apache-5.3.5.201909031855-r
org.eclipse.jgit.ssh.apache-5.3.4.201908231101-r
org.eclipse.jgit.ssh.apache-5.3.2.201906051522-r
org.eclipse.jgit.ssh.apache-5.3.1.201904271842-r
org.eclipse.jgit.ssh.apache-5.3.0.201903130848-r
5.2.x
org.eclipse.jgit.ssh.apache-5.2.2.201904231744-r
org.eclipse.jgit.ssh.apache-5.2.1.201812262042-r
org.eclipse.jgit.ssh.apache-5.2.0.201812061821-r

How to add a dependency to Maven

Add the following org.eclipse.jgit : org.eclipse.jgit.ssh.apache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.jgit</groupId>
    <artifactId>org.eclipse.jgit.ssh.apache</artifactId>
    <version>5.13.2.202306221912-r</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.jgit : org.eclipse.jgit.ssh.apache gradle dependency to your build.gradle file:

implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:5.13.2.202306221912-r'

Gradle Kotlin DSL: Add the following org.eclipse.jgit : org.eclipse.jgit.ssh.apache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.apache:5.13.2.202306221912-r")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.jgit : org.eclipse.jgit.ssh.apache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.ssh.apache" % "5.13.2.202306221912-r"

Advertisement