| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfr.opensagres.xdocreport |
| Идентификатор | Идентификаторxdocreport-gae |
| Версия | Версия2.0.3 |
| Тип | Типjar |
| Описание |
Описание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...).
|
| Имя Файла | Размер |
|---|---|
| xdocreport-gae-2.0.3.pom | |
| xdocreport-gae-2.0.3.jar | 1 MB |
| xdocreport-gae-2.0.3-sources.jar | 1 MB |
| xdocreport-gae-2.0.3-javadoc.jar | 335 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-gae/ -->
<dependency>
<groupId>fr.opensagres.xdocreport</groupId>
<artifactId>xdocreport-gae</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-gae/
implementation 'fr.opensagres.xdocreport:xdocreport-gae:2.0.3'
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/xdocreport-gae/
implementation ("fr.opensagres.xdocreport:xdocreport-gae:2.0.3")
'fr.opensagres.xdocreport:xdocreport-gae:jar:2.0.3'
<dependency org="fr.opensagres.xdocreport" name="xdocreport-gae" rev="2.0.3">
<artifact name="xdocreport-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.xdocreport', module='xdocreport-gae', version='2.0.3')
)
libraryDependencies += "fr.opensagres.xdocreport" % "xdocreport-gae" % "2.0.3"
[fr.opensagres.xdocreport/xdocreport-gae "2.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.osgi : org.osgi.core | jar | 4.2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |