MVN

com.distrimind.bcfips : BouncyCastle-FIPS

Maven & Gradle

Aug 03, 2023
0 stars

BouncyCastle-Fips recompiled By DistriMind · Encryption tools

<dependency>
    <groupId>com.distrimind.bcfips</groupId>
    <artifactId>BouncyCastle-FIPS</artifactId>
    <version>1.0.2.3d</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.distrimind.bcfips : BouncyCastle-FIPS to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2.3d

All Versions

Choose a version of com.distrimind.bcfips : BouncyCastle-FIPS to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
BouncyCastle-FIPS-1.0.2.3d
BouncyCastle-FIPS-1.0.2.3c
BouncyCastle-FIPS-1.0.2.3b
BouncyCastle-FIPS-1.0.2.3
BouncyCastle-FIPS-1.0.2.1
unspecified
BouncyCastle-FIPS-unspecified

How to add a dependency to Maven

Add the following com.distrimind.bcfips : BouncyCastle-FIPS maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.distrimind.bcfips</groupId>
    <artifactId>BouncyCastle-FIPS</artifactId>
    <version>1.0.2.3d</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.distrimind.bcfips : BouncyCastle-FIPS gradle dependency to your build.gradle file:

implementation 'com.distrimind.bcfips:BouncyCastle-FIPS:1.0.2.3d'

Gradle Kotlin DSL: Add the following com.distrimind.bcfips : BouncyCastle-FIPS gradle kotlin dependency to your build.gradle.kts file:

implementation("com.distrimind.bcfips:BouncyCastle-FIPS:1.0.2.3d")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.distrimind.bcfips : BouncyCastle-FIPS sbt scala dependency to your build.sbt file:

libraryDependencies += "com.distrimind.bcfips" % "BouncyCastle-FIPS" % "1.0.2.3d"