| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.martinpaljak |
| Идентификатор | Идентификаторcdoc |
| Версия | Версия0.0.5 |
| Тип | Типjar |
| Описание |
ОписаниеCDOC
Java library for generating CDOC 1.0/1.1/2.0 files with AES-256 GCM and RSA or ECC recipients
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cdoc-0.0.5.pom | |
| cdoc-0.0.5.jar | 62 KB |
| cdoc-0.0.5-sources.jar | 41 KB |
| cdoc-0.0.5-javadoc.jar | 114 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/ -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>cdoc</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/
implementation 'com.github.martinpaljak:cdoc:0.0.5'
// https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/
implementation ("com.github.martinpaljak:cdoc:0.0.5")
'com.github.martinpaljak:cdoc:jar:0.0.5'
<dependency org="com.github.martinpaljak" name="cdoc" rev="0.0.5">
<artifact name="cdoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='cdoc', version='0.0.5')
)
libraryDependencies += "com.github.martinpaljak" % "cdoc" % "0.0.5"
[com.github.martinpaljak/cdoc "0.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.bouncycastle : bcprov-jdk15on | jar | 1.58 |
| commons-io : commons-io | jar | 2.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.github.martinpaljak : esteid | jar | 17.11.14 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |