License |
License |
---|---|
GroupId | GroupIdfr.opensagres.xdocreport |
ArtifactId | ArtifactIdfr.opensagres.xdocreport.template.freemarker |
Last Version | Last Version2.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXDocReport 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...).
|
<!-- https://jarcasting.com/artifacts/fr.opensagres.xdocreport/fr.opensagres.xdocreport.template.freemarker/ -->
<dependency>
<groupId>fr.opensagres.xdocreport</groupId>
<artifactId>fr.opensagres.xdocreport.template.freemarker</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/fr.opensagres.xdocreport.template.freemarker/
implementation 'fr.opensagres.xdocreport:fr.opensagres.xdocreport.template.freemarker:2.0.3'
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/fr.opensagres.xdocreport.template.freemarker/
implementation ("fr.opensagres.xdocreport:fr.opensagres.xdocreport.template.freemarker:2.0.3")
'fr.opensagres.xdocreport:fr.opensagres.xdocreport.template.freemarker:jar:2.0.3'
<dependency org="fr.opensagres.xdocreport" name="fr.opensagres.xdocreport.template.freemarker" rev="2.0.3">
<artifact name="fr.opensagres.xdocreport.template.freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.xdocreport', module='fr.opensagres.xdocreport.template.freemarker', version='2.0.3')
)
libraryDependencies += "fr.opensagres.xdocreport" % "fr.opensagres.xdocreport.template.freemarker" % "2.0.3"
[fr.opensagres.xdocreport/fr.opensagres.xdocreport.template.freemarker "2.0.3"]
Group / Artifact | Type | Version |
---|---|---|
fr.opensagres.xdocreport : fr.opensagres.xdocreport.template | jar | 2.0.3 |
org.freemarker : freemarker | jar | 2.3.20 |
javax.xml.bind : jaxb-api Optional | jar | 2.2 |
com.sun.xml.bind : jaxb-impl Optional | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |