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