License |
License |
---|---|
GroupId | GroupIdfr.opensagres.xdocreport |
ArtifactId | ArtifactIdxdocreport |
Last Version | Last Version2.0.3 |
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-2.0.3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport/ -->
<dependency>
<groupId>fr.opensagres.xdocreport</groupId>
<artifactId>xdocreport</artifactId>
<version>2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport/
implementation 'fr.opensagres.xdocreport:xdocreport:2.0.3'
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport/
implementation ("fr.opensagres.xdocreport:xdocreport:2.0.3")
'fr.opensagres.xdocreport:xdocreport:pom:2.0.3'
<dependency org="fr.opensagres.xdocreport" name="xdocreport" rev="2.0.3">
<artifact name="xdocreport" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.xdocreport', module='xdocreport', version='2.0.3')
)
libraryDependencies += "fr.opensagres.xdocreport" % "xdocreport" % "2.0.3"
[fr.opensagres.xdocreport/xdocreport "2.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |