| License |
License |
|---|---|
| GroupId | GroupIdio.trbl.bcpg |
| ArtifactId | ArtifactIdbcpg-simple-jdk15on |
| Last Version | Last Version1.51.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBCPG Simple
A simple, lightweight wrapper around BouncyCastle's OpenPGP support.
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.trbl.bcpg/bcpg-simple-jdk15on/ -->
<dependency>
<groupId>io.trbl.bcpg</groupId>
<artifactId>bcpg-simple-jdk15on</artifactId>
<version>1.51.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.trbl.bcpg/bcpg-simple-jdk15on/
implementation 'io.trbl.bcpg:bcpg-simple-jdk15on:1.51.0'
// https://jarcasting.com/artifacts/io.trbl.bcpg/bcpg-simple-jdk15on/
implementation ("io.trbl.bcpg:bcpg-simple-jdk15on:1.51.0")
'io.trbl.bcpg:bcpg-simple-jdk15on:jar:1.51.0'
<dependency org="io.trbl.bcpg" name="bcpg-simple-jdk15on" rev="1.51.0">
<artifact name="bcpg-simple-jdk15on" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.trbl.bcpg', module='bcpg-simple-jdk15on', version='1.51.0')
)
libraryDependencies += "io.trbl.bcpg" % "bcpg-simple-jdk15on" % "1.51.0"
[io.trbl.bcpg/bcpg-simple-jdk15on "1.51.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcpg-jdk15on | jar | 1.51 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |