| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.dihedron.crypto |
| Идентификатор | Идентификаторcrypto |
| Версия | Версия0.2.0 |
| Тип | Типjar |
| Описание |
Описаниеa. Cryptographic Support Classes
Set of classes to support cryptography, including smart card detection, encryption, decription and signing.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| crypto-0.2.0.pom | |
| crypto-0.2.0.jar | 87 KB |
| crypto-0.2.0-sources.jar | 91 KB |
| crypto-0.2.0-javadoc.jar | 412 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.dihedron.crypto/crypto/ -->
<dependency>
<groupId>org.dihedron.crypto</groupId>
<artifactId>crypto</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.crypto/crypto/
implementation 'org.dihedron.crypto:crypto:0.2.0'
// https://jarcasting.com/artifacts/org.dihedron.crypto/crypto/
implementation ("org.dihedron.crypto:crypto:0.2.0")
'org.dihedron.crypto:crypto:jar:0.2.0'
<dependency org="org.dihedron.crypto" name="crypto" rev="0.2.0">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.crypto', module='crypto', version='0.2.0')
)
libraryDependencies += "org.dihedron.crypto" % "crypto" % "0.2.0"
[org.dihedron.crypto/crypto "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.dihedron.commons : base | jar | 0.2.0 |
| org.bouncycastle : bcmail-jdk16 | jar | 1.46 |
| com.itextpdf : itextpdf | jar | 5.1.1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| log4j : log4j | jar | 1.2.17 |
| junit : junit | jar | 4.11 |