Download jdigidoc-3.12.0.jar file - Jar j

Jar examples for j:jdigidoc

Description

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

You can download jar file jdigidoc 3.12.0 in this page.

License

GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add jdigidoc-3.12.0.jar to your project.

<dependency>
   <groupId>ee.sk.digidoc</groupId>
   <artifactId>jdigidoc</artifactId>
   <version>3.12.0</version>
</dependency>
compile group: 'ee.sk.digidoc', name: 'jdigidoc', version: '3.12.0'
libraryDependencies += "ee.sk.digidoc" % "jdigidoc" % "3.12.0"
<dependency org="ee.sk.digidoc" name="jdigidoc" rev="3.12.0"/>
@Grapes(@Grab(group='ee.sk.digidoc', module='jdigidoc', version='3.12.0'))
'ee.sk.digidoc:jdigidoc:jar:3.12.0'

Download

Click the following link to download the jar file.

jdigidoc-3.12.0-javadoc.jar
jdigidoc-3.12.0-sources.jar
jdigidoc-3.12.0.jar
jdigidoc-3.12.0.pom



Related Tutorials