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 Updated
  • ReportingParent-8.10

    Apr 02, 2016
  • ReportingParent-8.9

    Feb 27, 2016
  • ReportingParent-8.7

    Feb 03, 2016
  • ReportingParent-8.1

    Jan 01, 2016
  • ReportingParent-8.0

    Dec 25, 2015
  • ReportingParent-7.2

    Oct 24, 2015
  • ReportingParent-7.1

    Oct 23, 2015
  • ReportingParent-6.2

    Jun 28, 2015
  • ReportingParent-6.1

    Jun 18, 2015
  • ReportingParent-5.3

    Mar 30, 2015
  • ReportingParent-5.1

    Mar 19, 2015

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>