is not current version
Last Version 2.0.3

fr.opensagres.xdocreport:xdocreport-parent 1.0.6

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...).

GroupId

GroupId

fr.opensagres.xdocreport
ArtifactId

ArtifactId

xdocreport-parent
Version

Version

1.0.6
Type

Type

pom

Download xdocreport-parent 1.0.6


<!-- https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-parent/ -->
<dependency>
    <groupId>fr.opensagres.xdocreport</groupId>
    <artifactId>xdocreport-parent</artifactId>
    <version>1.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-parent/
implementation 'fr.opensagres.xdocreport:xdocreport-parent:1.0.6'
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-parent/
implementation ("fr.opensagres.xdocreport:xdocreport-parent:1.0.6")
'fr.opensagres.xdocreport:xdocreport-parent:pom:1.0.6'
<dependency org="fr.opensagres.xdocreport" name="xdocreport-parent" rev="1.0.6">
  <artifact name="xdocreport-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.xdocreport', module='xdocreport-parent', version='1.0.6')
)
libraryDependencies += "fr.opensagres.xdocreport" % "xdocreport-parent" % "1.0.6"
[fr.opensagres.xdocreport/xdocreport-parent "1.0.6"]