How To Install Java Artifact org.bouncycastle.bc-fips v1.0.2.3

org.bouncycastle bc-fips 1.0.2.3

Introduction

In this article, we'll learn how to install Java artifact bc-fips from org.bouncycastle group in version 1.0.2.3. The artifact is available in 7 versions: 1.0.2.5 1.0.2.4 1.0.2.3 1.0.2.1 1.0.2 1.0.1 1.0.0 . The Bouncy Castle Provider (FIPS Distribution) project has been released under Bouncy Castle Licence license, and has its own website at: https://www.bouncycastle.org/fips-java .

How To Install Java Artifact org.bouncycastle.bc-fips In Version 1.0.2.3

To install the Bouncy Castle Provider (FIPS Distribution) artifact in version 1.0.2.3 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Bouncy Castle Provider (FIPS Distribution) dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Licenses