GroupId | GroupIdorg.bouncycastle |
---|---|
ArtifactId | ArtifactIdbcpg-fips |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
bcpg-fips-1.0.3.pom | |
bcpg-fips-1.0.3.jar | 324 KB |
bcpg-fips-1.0.3-sources.jar | 208 KB |
bcpg-fips-1.0.3-javadoc.jar | 612 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-fips</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/
implementation 'org.bouncycastle:bcpg-fips:1.0.3'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpg-fips/
implementation ("org.bouncycastle:bcpg-fips:1.0.3")
'org.bouncycastle:bcpg-fips:jar:1.0.3'
<dependency org="org.bouncycastle" name="bcpg-fips" rev="1.0.3">
<artifact name="bcpg-fips" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpg-fips', version='1.0.3')
)
libraryDependencies += "org.bouncycastle" % "bcpg-fips" % "1.0.3"
[org.bouncycastle/bcpg-fips "1.0.3"]