License |
License |
---|---|
GroupId | GroupIdfr.opensagres.xdocreport |
ArtifactId | ArtifactIdremoting |
Version | Version2.0.3 |
Type | Typepom |
Description |
DescriptionXDocReport Remoting Component
XDocReport 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 |
---|---|
remoting-2.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.opensagres.xdocreport/remoting/ -->
<dependency>
<groupId>fr.opensagres.xdocreport</groupId>
<artifactId>remoting</artifactId>
<version>2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/remoting/
implementation 'fr.opensagres.xdocreport:remoting:2.0.3'
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/remoting/
implementation ("fr.opensagres.xdocreport:remoting:2.0.3")
'fr.opensagres.xdocreport:remoting:pom:2.0.3'
<dependency org="fr.opensagres.xdocreport" name="remoting" rev="2.0.3">
<artifact name="remoting" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.xdocreport', module='remoting', version='2.0.3')
)
libraryDependencies += "fr.opensagres.xdocreport" % "remoting" % "2.0.3"
[fr.opensagres.xdocreport/remoting "2.0.3"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api Optional | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |