| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.vectorprint |
| Идентификатор | ИдентификаторVectorPrintReport |
| Последняя версия | Последняя версия13.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеVectorPrintReport
This powerful reporting library aims to simplify producing reports using iText. Looking at producing reports with iText
the most demanding tasks are how to get from data to report blocks, how to style those blocks and how to evaluate (debug) the resulting report.
Exactly those three major tasks are well supported by the VectorPrint report library: - (combination of) xml configuration and annotations to
transform existing Java data objects into report block - provide styling information (css like) seperate from code - a firebug like debug
mode to help evaluate your report.
|
| Организация-разработчик |
Организация-разработчикVectorPrint |
| Имя Файла | Размер |
|---|---|
| VectorPrintReport-13.1.pom | |
| VectorPrintReport-13.1.jar | 361 KB |
| VectorPrintReport-13.1-sources.jar | 325 KB |
| VectorPrintReport-13.1-javadoc.jar | 19 MB |
| VectorPrintReport-13.1-api.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vectorprint/VectorPrintReport/ -->
<dependency>
<groupId>com.vectorprint</groupId>
<artifactId>VectorPrintReport</artifactId>
<version>13.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintReport/
implementation 'com.vectorprint:VectorPrintReport:13.1'
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintReport/
implementation ("com.vectorprint:VectorPrintReport:13.1")
'com.vectorprint:VectorPrintReport:jar:13.1'
<dependency org="com.vectorprint" name="VectorPrintReport" rev="13.1">
<artifact name="VectorPrintReport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='VectorPrintReport', version='13.1')
)
libraryDependencies += "com.vectorprint" % "VectorPrintReport" % "13.1"
[com.vectorprint/VectorPrintReport "13.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.lowagie : itext | jar | 2.1.7 |
| org.w3c.css : sac | jar | 1.3 |
| com.vectorprint : VectorPrintConfig | jar | 7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| com.github.stefanbirkner : system-rules | jar | 1.3.1 |
| cssparser : cssparser | jar | 0.9.4 |