Last Version

XDocReport Core Component 0.9.1

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

License

License

GroupId

GroupId

fr.opensagres
ArtifactId

ArtifactId

template
Version

Version

0.9.1
Type

Type

pom
Description

Description

XDocReport Core Component
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...).

Download template 0.9.1

Filename Size
template-0.9.1.pom 724 bytes
Browse

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

Dependencies

provided (1)

Group / Artifact Type Version
org.osgi : org.osgi.core jar 4.2.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
ch.qos.logback : logback-classic jar 0.9.29

Project Modules

  • fr.opensagres.xdocreport.template
  • fr.opensagres.xdocreport.template.freemarker
  • fr.opensagres.xdocreport.template.velocity