| License |
License |
|---|---|
| GroupId | GroupIdcom.github.martinpaljak |
| ArtifactId | ArtifactIdcdoc |
| Version | Version0.0.5 |
| Type | Typejar |
| Description |
DescriptionCDOC
Java library for generating CDOC 1.0/1.1/2.0 files with AES-256 GCM and RSA or ECC recipients
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcprov-jdk15on | jar | 1.58 |
| commons-io : commons-io | jar | 2.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.github.martinpaljak : esteid | jar | 17.11.14 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |