License |
License |
---|---|
GroupId | GroupIdfr.opensagres.xdocreport |
ArtifactId | ArtifactIdorg.apache.poi.xwpf.converter.xhtml |
Version | Version1.0.6 |
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...).
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/fr.opensagres.xdocreport/org.apache.poi.xwpf.converter.xhtml/ -->
<dependency>
<groupId>fr.opensagres.xdocreport</groupId>
<artifactId>org.apache.poi.xwpf.converter.xhtml</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/org.apache.poi.xwpf.converter.xhtml/
implementation 'fr.opensagres.xdocreport:org.apache.poi.xwpf.converter.xhtml:1.0.6'
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/org.apache.poi.xwpf.converter.xhtml/
implementation ("fr.opensagres.xdocreport:org.apache.poi.xwpf.converter.xhtml:1.0.6")
'fr.opensagres.xdocreport:org.apache.poi.xwpf.converter.xhtml:jar:1.0.6'
<dependency org="fr.opensagres.xdocreport" name="org.apache.poi.xwpf.converter.xhtml" rev="1.0.6">
<artifact name="org.apache.poi.xwpf.converter.xhtml" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.xdocreport', module='org.apache.poi.xwpf.converter.xhtml', version='1.0.6')
)
libraryDependencies += "fr.opensagres.xdocreport" % "org.apache.poi.xwpf.converter.xhtml" % "1.0.6"
[fr.opensagres.xdocreport/org.apache.poi.xwpf.converter.xhtml "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
fr.opensagres.xdocreport : org.apache.poi.xwpf.converter.core | jar | 1.0.6 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |