| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторbouncycastle |
| Версия | Версия1.2.1.1-jre17 |
| Тип | Типjar |
| Описание |
ОписаниеBouncyCastle
The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar
contains APIs for JDK 1.5 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one
provided with the Bouncy Castle Cryptography APIs.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bouncycastle-1.2.1.1-jre17.pom | |
| bouncycastle-1.2.1.1-jre17.jar | 5 MB |
| bouncycastle-1.2.1.1-jre17-sources.jar | 3 MB |
| bouncycastle-1.2.1.1-jre17-javadoc.jar | 19 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>bouncycastle</artifactId>
<version>1.2.1.1-jre17</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/
implementation 'com.guicedee.services:bouncycastle:1.2.1.1-jre17'
// https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/
implementation ("com.guicedee.services:bouncycastle:1.2.1.1-jre17")
'com.guicedee.services:bouncycastle:jar:1.2.1.1-jre17'
<dependency org="com.guicedee.services" name="bouncycastle" rev="1.2.1.1-jre17">
<artifact name="bouncycastle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='bouncycastle', version='1.2.1.1-jre17')
)
libraryDependencies += "com.guicedee.services" % "bouncycastle" % "1.2.1.1-jre17"
[com.guicedee.services/bouncycastle "1.2.1.1-jre17"]