| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторbouncycastle |
| Версия | Версия1.1.1.9-jre16 |
| Тип | Тип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.1.1.9-jre16.pom | |
| bouncycastle-1.1.1.9-jre16.jar | 5 MB |
| bouncycastle-1.1.1.9-jre16-sources.jar | 4 MB |
| bouncycastle-1.1.1.9-jre16-javadoc.jar | 103 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>bouncycastle</artifactId>
<version>1.1.1.9-jre16</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/
implementation 'com.guicedee.services:bouncycastle:1.1.1.9-jre16'
// https://jarcasting.com/artifacts/com.guicedee.services/bouncycastle/
implementation ("com.guicedee.services:bouncycastle:1.1.1.9-jre16")
'com.guicedee.services:bouncycastle:jar:1.1.1.9-jre16'
<dependency org="com.guicedee.services" name="bouncycastle" rev="1.1.1.9-jre16">
<artifact name="bouncycastle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='bouncycastle', version='1.1.1.9-jre16')
)
libraryDependencies += "com.guicedee.services" % "bouncycastle" % "1.1.1.9-jre16"
[com.guicedee.services/bouncycastle "1.1.1.9-jre16"]