Uudis on rohkem kui 1 aastat vana ja võib sisaldada aegunud informatsiooni

DigiDoc4j is now published in Maven repository

20.03.2020

Since version 1.0.2, the DigiDoc4j library is distributed also via Maven Central repository which makes it even more convenient for the integrators to integrate the library into their projects. 

All future DigiDoc4j final releases along with the necessary base libraries will be published in Maven. Note that beta releases are still available from the project's GitHub releases page (https://github.com/open-eid/digidoc4j/releases).

DigiDoc4j can be located in Maven Central with "Group Id" value "org.digidoc4j" and "Artifact Id" value "digidoc4j". In order to add DigiDoc4j library's depencency to your project, add the following rows to your Maven dependencies' configuration: 

<dependency>

    <groupId>org.digidoc4j</groupId>

    <artifactId>digidoc4j</artifactId>

    <version>1.x.x</version>

</dependency>

 

Instructions for using the library can be found from GitHub wikiREADME.md file and Javadoc documentation.

In case of questions, please contact [email protected].