is not current version
Last Version 0.0.5

com.github.martinpaljak:cdoc 0.0.2

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.2
Type

Type

jar

Download cdoc 0.0.2


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