MVN

ee.sk.digidoc : jdigidoc

Maven & Gradle

Jul 04, 2016
1 usages

Java DigiDoc library · A Java libray for manipulating Estonian digital signature container files DDOC and BDOC. Note that this library is deprecated. It is recommended to use the new DigiDoc4j library at https://github.com/open-eid/digidoc4j

<dependency>
    <groupId>ee.sk.digidoc</groupId>
    <artifactId>jdigidoc</artifactId>
    <version>3.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ee.sk.digidoc : jdigidoc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.12.1

All Versions

Choose a version of ee.sk.digidoc : jdigidoc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.12.x
jdigidoc-3.12.1
jdigidoc-3.12.0

How to add a dependency to Maven

Add the following ee.sk.digidoc : jdigidoc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ee.sk.digidoc</groupId>
    <artifactId>jdigidoc</artifactId>
    <version>3.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ee.sk.digidoc : jdigidoc gradle dependency to your build.gradle file:

implementation 'ee.sk.digidoc:jdigidoc:3.12.1'

Gradle Kotlin DSL: Add the following ee.sk.digidoc : jdigidoc gradle kotlin dependency to your build.gradle.kts file:

implementation("ee.sk.digidoc:jdigidoc:3.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ee.sk.digidoc : jdigidoc sbt scala dependency to your build.sbt file:

libraryDependencies += "ee.sk.digidoc" % "jdigidoc" % "3.12.1"

Advertisement