MVN

org.eclipse.jgit : org.eclipse.jgit.gpg.bc

Maven & Gradle

Jun 21, 2023
6 usages

JGit - BouncyCastle-based GPG support · GPG support for JGit based on BouncyCastle

<dependency>
    <groupId>org.eclipse.jgit</groupId>
    <artifactId>org.eclipse.jgit.gpg.bc</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.gpg.bc 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.gpg.bc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.6.x
org.eclipse.jgit.gpg.bc-6.6.0.202305301015-r
6.5.x
org.eclipse.jgit.gpg.bc-6.5.0.202303070854-r
6.4.x
org.eclipse.jgit.gpg.bc-6.4.0.202211300538-r
6.3.x
org.eclipse.jgit.gpg.bc-6.3.0.202209071007-r
6.2.x
org.eclipse.jgit.gpg.bc-6.2.0.202206071550-r
6.1.x
org.eclipse.jgit.gpg.bc-6.1.0.202203080745-r
6.0.x
org.eclipse.jgit.gpg.bc-6.0.0.202111291000-r
5.13.x
org.eclipse.jgit.gpg.bc-5.13.2.202306221912-r
org.eclipse.jgit.gpg.bc-5.13.1.202206130422-r
org.eclipse.jgit.gpg.bc-5.13.0.202109080827-r
5.12.x
org.eclipse.jgit.gpg.bc-5.12.0.202106070339-r
5.11.x
org.eclipse.jgit.gpg.bc-5.11.1.202105131744-r
org.eclipse.jgit.gpg.bc-5.11.0.202103091610-r
5.10.x
org.eclipse.jgit.gpg.bc-5.10.0.202012080955-r
5.9.x
org.eclipse.jgit.gpg.bc-5.9.0.202009080501-r
5.8.x
org.eclipse.jgit.gpg.bc-5.8.1.202007141445-r
org.eclipse.jgit.gpg.bc-5.8.0.202006091008-r

How to add a dependency to Maven

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

<dependency>
    <groupId>org.eclipse.jgit</groupId>
    <artifactId>org.eclipse.jgit.gpg.bc</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.gpg.bc gradle dependency to your build.gradle file:

implementation 'org.eclipse.jgit:org.eclipse.jgit.gpg.bc:5.13.2.202306221912-r'

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

implementation("org.eclipse.jgit:org.eclipse.jgit.gpg.bc:5.13.2.202306221912-r")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.gpg.bc" % "5.13.2.202306221912-r"

Advertisement