| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.vectorprint |
| Идентификатор | ИдентификаторReportQrSupport |
| Последняя версия | Последняя версия8.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеReportQrSupport
This powerful reporting library aims to simplify producing reports using iText. The most demanding and coding intensive tasks
when producing reports with iText are how to get from data to report elements, how to style those blocks and how to evaluate (debug) the resulting report
layout. Exactly those three tasks are simplified by this library: xml configuration and/or annotations to
transform existing Java data objects into report block, provide styling information (css like, syntax independent) seperate from code, a firebug like debug
mode to help evaluate your report.
|
| Организация-разработчик |
Организация-разработчикVectorPrint |
| Имя Файла | Размер |
|---|---|
| ReportQrSupport-8.10.pom | |
| ReportQrSupport-8.10.jar | 4 KB |
| ReportQrSupport-8.10-sources.jar | 2 KB |
| ReportQrSupport-8.10-javadoc.jar | 915 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vectorprint/ReportQrSupport/ -->
<dependency>
<groupId>com.vectorprint</groupId>
<artifactId>ReportQrSupport</artifactId>
<version>8.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/ReportQrSupport/
implementation 'com.vectorprint:ReportQrSupport:8.10'
// https://jarcasting.com/artifacts/com.vectorprint/ReportQrSupport/
implementation ("com.vectorprint:ReportQrSupport:8.10")
'com.vectorprint:ReportQrSupport:jar:8.10'
<dependency org="com.vectorprint" name="ReportQrSupport" rev="8.10">
<artifact name="ReportQrSupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='ReportQrSupport', version='8.10')
)
libraryDependencies += "com.vectorprint" % "ReportQrSupport" % "8.10"
[com.vectorprint/ReportQrSupport "8.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.glxn.qrgen : javase | jar | 2.0 |
| com.vectorprint : ConfigurableReports | jar | 8.10 |