GroupId | GroupIdbouncycastle |
---|---|
ArtifactId | ArtifactIdbcpg-jdk13 |
Last Version | Last Version121 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
bcpg-jdk13-121.pom | |
bcpg-jdk13-121.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/bouncycastle/bcpg-jdk13/ -->
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcpg-jdk13</artifactId>
<version>121</version>
</dependency>
// https://jarcasting.com/artifacts/bouncycastle/bcpg-jdk13/
implementation 'bouncycastle:bcpg-jdk13:121'
// https://jarcasting.com/artifacts/bouncycastle/bcpg-jdk13/
implementation ("bouncycastle:bcpg-jdk13:121")
'bouncycastle:bcpg-jdk13:jar:121'
<dependency org="bouncycastle" name="bcpg-jdk13" rev="121">
<artifact name="bcpg-jdk13" type="jar" />
</dependency>
@Grapes(
@Grab(group='bouncycastle', module='bcpg-jdk13', version='121')
)
libraryDependencies += "bouncycastle" % "bcpg-jdk13" % "121"
[bouncycastle/bcpg-jdk13 "121"]