License |
License |
---|---|
GroupId | GroupIdfr.opensagres |
ArtifactId | ArtifactIdxdocreport |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typepom |
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...).
|
Filename | Size |
---|---|
xdocreport-0.9.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.opensagres/xdocreport/ -->
<dependency>
<groupId>fr.opensagres</groupId>
<artifactId>xdocreport</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres/xdocreport/
implementation 'fr.opensagres:xdocreport:0.9.1'
// https://jarcasting.com/artifacts/fr.opensagres/xdocreport/
implementation ("fr.opensagres:xdocreport:0.9.1")
'fr.opensagres:xdocreport:pom:0.9.1'
<dependency org="fr.opensagres" name="xdocreport" rev="0.9.1">
<artifact name="xdocreport" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres', module='xdocreport', version='0.9.1')
)
libraryDependencies += "fr.opensagres" % "xdocreport" % "0.9.1"
[fr.opensagres/xdocreport "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
ch.qos.logback : logback-classic | jar | 0.9.29 |