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