is not current version
Last Version 6.2.0.202206071550-r

org.eclipse.jgit:org.eclipse.jgit.gpg.bc 5.11.0.202103091610-r

GPG support for JGit based on BouncyCastle

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.gpg.bc
Version

Version

5.11.0.202103091610-r
Type

Type

jar

Download org.eclipse.jgit.gpg.bc 5.11.0.202103091610-r


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