License |
License |
---|---|
GroupId | GroupIdfr.opensagres.xdocreport |
ArtifactId | ArtifactIduberjar |
Version | Version2.0.2 |
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...).
|
Project URL |
Project URL |
Filename | Size |
---|---|
uberjar-2.0.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.opensagres.xdocreport/uberjar/ -->
<dependency>
<groupId>fr.opensagres.xdocreport</groupId>
<artifactId>uberjar</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/uberjar/
implementation 'fr.opensagres.xdocreport:uberjar:2.0.2'
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/uberjar/
implementation ("fr.opensagres.xdocreport:uberjar:2.0.2")
'fr.opensagres.xdocreport:uberjar:pom:2.0.2'
<dependency org="fr.opensagres.xdocreport" name="uberjar" rev="2.0.2">
<artifact name="uberjar" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.xdocreport', module='uberjar', version='2.0.2')
)
libraryDependencies += "fr.opensagres.xdocreport" % "uberjar" % "2.0.2"
[fr.opensagres.xdocreport/uberjar "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |