License |
License |
---|---|
GroupId | GroupIdfr.opensagres |
ArtifactId | ArtifactIdorg.apache.struts2.views.xdocreport |
Last Version | Last Version0.9.1 |
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/org.apache.struts2.views.xdocreport/ -->
<dependency>
<groupId>fr.opensagres</groupId>
<artifactId>org.apache.struts2.views.xdocreport</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres/org.apache.struts2.views.xdocreport/
implementation 'fr.opensagres:org.apache.struts2.views.xdocreport:0.9.1'
// https://jarcasting.com/artifacts/fr.opensagres/org.apache.struts2.views.xdocreport/
implementation ("fr.opensagres:org.apache.struts2.views.xdocreport:0.9.1")
'fr.opensagres:org.apache.struts2.views.xdocreport:jar:0.9.1'
<dependency org="fr.opensagres" name="org.apache.struts2.views.xdocreport" rev="0.9.1">
<artifact name="org.apache.struts2.views.xdocreport" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres', module='org.apache.struts2.views.xdocreport', version='0.9.1')
)
libraryDependencies += "fr.opensagres" % "org.apache.struts2.views.xdocreport" % "0.9.1"
[fr.opensagres/org.apache.struts2.views.xdocreport "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
fr.opensagres : fr.opensagres.xdocreport.template | jar | 0.9.1 |
fr.opensagres : fr.opensagres.xdocreport.converter | jar | 0.9.1 |
fr.opensagres : fr.opensagres.xdocreport.document | jar | 0.9.1 |
commons-beanutils : commons-beanutils | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts2-core | jar | 2.2.3 |
javax.servlet : servlet-api | jar | 2.2 |
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 |