| Categories | 
                CategoriesNative Development Tools Bouncy Castle Security | 
        
|---|---|
| GroupId | GroupIdio.streamnative | 
    
| ArtifactId | ArtifactIdbouncy-castle-bcfips | 
    
| Version | Version2.7.0.6-patch-3-1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.streamnative/bouncy-castle-bcfips/ -->
<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>bouncy-castle-bcfips</artifactId>
    <version>2.7.0.6-patch-3-1</version>
</dependency>
                // https://jarcasting.com/artifacts/io.streamnative/bouncy-castle-bcfips/
implementation 'io.streamnative:bouncy-castle-bcfips:2.7.0.6-patch-3-1'
                // https://jarcasting.com/artifacts/io.streamnative/bouncy-castle-bcfips/
implementation ("io.streamnative:bouncy-castle-bcfips:2.7.0.6-patch-3-1")
                'io.streamnative:bouncy-castle-bcfips:jar:2.7.0.6-patch-3-1'
                <dependency org="io.streamnative" name="bouncy-castle-bcfips" rev="2.7.0.6-patch-3-1">
  <artifact name="bouncy-castle-bcfips" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.streamnative', module='bouncy-castle-bcfips', version='2.7.0.6-patch-3-1')
)
                libraryDependencies += "io.streamnative" % "bouncy-castle-bcfips" % "2.7.0.6-patch-3-1"
                [io.streamnative/bouncy-castle-bcfips "2.7.0.6-patch-3-1"]