License |
License
Eclipse Distribution License (New BSD License)
|
---|---|
Categories |
CategoriesGit Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility |
GroupId | GroupIdorg.openl.jgit |
ArtifactId | ArtifactIdorg.eclipse.jgit.gpg.bc |
Version | Version6.0.0.202203041800-r |
Type | Typejar |
Description |
DescriptionJGit - BouncyCastle-based GPG support
GPG support for JGit based on BouncyCastle
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.gpg.bc/ -->
<dependency>
<groupId>org.openl.jgit</groupId>
<artifactId>org.eclipse.jgit.gpg.bc</artifactId>
<version>6.0.0.202203041800-r</version>
</dependency>
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.gpg.bc/
implementation 'org.openl.jgit:org.eclipse.jgit.gpg.bc:6.0.0.202203041800-r'
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.gpg.bc/
implementation ("org.openl.jgit:org.eclipse.jgit.gpg.bc:6.0.0.202203041800-r")
'org.openl.jgit:org.eclipse.jgit.gpg.bc:jar:6.0.0.202203041800-r'
<dependency org="org.openl.jgit" name="org.eclipse.jgit.gpg.bc" rev="6.0.0.202203041800-r">
<artifact name="org.eclipse.jgit.gpg.bc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openl.jgit', module='org.eclipse.jgit.gpg.bc', version='6.0.0.202203041800-r')
)
libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit.gpg.bc" % "6.0.0.202203041800-r"
[org.openl.jgit/org.eclipse.jgit.gpg.bc "6.0.0.202203041800-r"]
Group / Artifact | Type | Version |
---|---|---|
org.openl.jgit : org.eclipse.jgit | jar | 6.0.0.202203041800-r |
org.bouncycastle : bcpg-jdk15on | jar | 1.69 |
org.bouncycastle : bcprov-jdk15on | jar | 1.69 |
org.bouncycastle : bcutil-jdk15on | jar | 1.69 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.69 |
org.slf4j : slf4j-api | jar | 1.7.30 |