| Категории |
КатегорииNative Инструменты разработки Bouncy Castle Безопасность |
|---|---|
| Группа | Группаio.streamnative |
| Идентификатор | Идентификаторbouncy-castle-bcfips |
| Версия | Версия2.11.0-rc-202204202205 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.streamnative/bouncy-castle-bcfips/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>bouncy-castle-bcfips</artifactId>
<version>2.11.0-rc-202204202205</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/bouncy-castle-bcfips/
implementation 'io.streamnative:bouncy-castle-bcfips:2.11.0-rc-202204202205'
// https://jarcasting.com/artifacts/io.streamnative/bouncy-castle-bcfips/
implementation ("io.streamnative:bouncy-castle-bcfips:2.11.0-rc-202204202205")
'io.streamnative:bouncy-castle-bcfips:jar:2.11.0-rc-202204202205'
<dependency org="io.streamnative" name="bouncy-castle-bcfips" rev="2.11.0-rc-202204202205">
<artifact name="bouncy-castle-bcfips" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='bouncy-castle-bcfips', version='2.11.0-rc-202204202205')
)
libraryDependencies += "io.streamnative" % "bouncy-castle-bcfips" % "2.11.0-rc-202204202205"
[io.streamnative/bouncy-castle-bcfips "2.11.0-rc-202204202205"]