MVN

com.github.martinpaljak : cdoc4j

Maven & Gradle

Jan 28, 2020
109 stars

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

<dependency>
    <groupId>com.github.martinpaljak</groupId>
    <artifactId>cdoc4j</artifactId>
    <version>20.01.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.martinpaljak : cdoc4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.01.27

All Versions

Choose a version of com.github.martinpaljak : cdoc4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.01.x
cdoc4j-20.01.27
17.12.x
cdoc4j-17.12.20
17.11.x
cdoc4j-17.11.27.1
cdoc4j-17.11.27
cdoc4j-17.11.26.2
cdoc4j-17.11.26.1
cdoc4j-17.11.26
0.0.x
cdoc4j-0.0.8
cdoc4j-0.0.7
cdoc4j-0.0.6

How to add a dependency to Maven

Add the following com.github.martinpaljak : cdoc4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.martinpaljak</groupId>
    <artifactId>cdoc4j</artifactId>
    <version>20.01.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.martinpaljak : cdoc4j gradle dependency to your build.gradle file:

implementation 'com.github.martinpaljak:cdoc4j:20.01.27'

Gradle Kotlin DSL: Add the following com.github.martinpaljak : cdoc4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.martinpaljak:cdoc4j:20.01.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.martinpaljak : cdoc4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.martinpaljak" % "cdoc4j" % "20.01.27"

Advertisement