is not current version
Last Version 0.0.5

com.github.martinpaljak:cdoc 0.0.3

Java library for generating CDOC 1.0/1.1/2.0 files with AES-256 GCM and RSA or ECC recipients

GroupId

GroupId

com.github.martinpaljak
ArtifactId

ArtifactId

cdoc
Version

Version

0.0.3
Type

Type

jar

Download cdoc 0.0.3


<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/ -->
<dependency>
    <groupId>com.github.martinpaljak</groupId>
    <artifactId>cdoc</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/
implementation 'com.github.martinpaljak:cdoc:0.0.3'
// https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/
implementation ("com.github.martinpaljak:cdoc:0.0.3")
'com.github.martinpaljak:cdoc:jar:0.0.3'
<dependency org="com.github.martinpaljak" name="cdoc" rev="0.0.3">
  <artifact name="cdoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='cdoc', version='0.0.3')
)
libraryDependencies += "com.github.martinpaljak" % "cdoc" % "0.0.3"
[com.github.martinpaljak/cdoc "0.0.3"]