MVN

com.vectorprint : ReportingParent

Maven & Gradle

Apr 02, 2016

ReportingParent · 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.

<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>ReportingParent</artifactId>
    <version>8.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vectorprint : ReportingParent to add to Maven - Latest Versions:

  • Latest Stable: 8.10

All Versions

Choose a version of com.vectorprint : ReportingParent to add to Maven - All Versions:

Version Vulnerabilities Updated
8.10
ReportingParent-8.10
8.9
ReportingParent-8.9
8.7
ReportingParent-8.7
8.1
ReportingParent-8.1
8.0
ReportingParent-8.0
7.2
ReportingParent-7.2
7.1
ReportingParent-7.1
6.2
ReportingParent-6.2
6.1
ReportingParent-6.1
5.3
ReportingParent-5.3
5.1
ReportingParent-5.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>ReportingParent</artifactId>
    <version>8.10</version>
</dependency>

Advertisement