MVN

fr.opensagres.xdocreport : xdocreport-parent

Maven & Gradle

Aug 15, 2022
1k stars

XDocReport · XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).

<dependency>
    <groupId>fr.opensagres.xdocreport</groupId>
    <artifactId>xdocreport-parent</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.opensagres.xdocreport : xdocreport-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of fr.opensagres.xdocreport : xdocreport-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
xdocreport-parent-2.0.4
xdocreport-parent-2.0.3
xdocreport-parent-2.0.2
xdocreport-parent-2.0.1
xdocreport-parent-2.0.0
1.0.x
xdocreport-parent-1.0.6
xdocreport-parent-1.0.5
xdocreport-parent-1.0.4
xdocreport-parent-1.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>fr.opensagres.xdocreport</groupId>
    <artifactId>xdocreport-parent</artifactId>
    <version>2.0.4</version>
</dependency>