R

ReportingParent

This powerful reporting library aims to simplify producing reports using iText. Looking at producing reports with iText the most demanding and coding intensive 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 iTextStyling library: - xml configuration and/or 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.
http://vectorprintreport.java.net
GNU Affero General Public License v3
VectorPrint
Eduard Drenth
Files download
File Operation
ReportingParent-6.1.pom download
Apache Maven
<dependency>
  <groupId>com.vectorprint</groupId>
  <artifactId>ReportingParent</artifactId>
  <version>6.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.vectorprint:ReportingParent:6.1'
Gradle Kotlin
implementation("com.vectorprint:ReportingParent:6.1")
Scala SBT
libraryDependencies += "com.vectorprint" % "ReportingParent" % "6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.vectorprint', module='ReportingParent', version='6.1')
)
Apache Ivy
<dependency org="com.vectorprint" name="ReportingParent" rev="6.1" />
Leiningen
[com.vectorprint/ReportingParent "6.1"]
Apache Buildr
'com.vectorprint:ReportingParent:jar:6.1'