R

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.
http://vectorprintreport.java.net
GNU Affero General Public License v3
VectorPrint
Eduard Drenth
Files download
File Operation
ReportingParent-8.10.pom download
Apache Maven
<dependency>
  <groupId>com.vectorprint</groupId>
  <artifactId>ReportingParent</artifactId>
  <version>8.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.vectorprint:ReportingParent:8.10'
Gradle Kotlin
implementation("com.vectorprint:ReportingParent:8.10")
Scala SBT
libraryDependencies += "com.vectorprint" % "ReportingParent" % "8.10"
Groovy Grape
@Grapes(
  @Grab(group='com.vectorprint', module='ReportingParent', version='8.10')
)
Apache Ivy
<dependency org="com.vectorprint" name="ReportingParent" rev="8.10" />
Leiningen
[com.vectorprint/ReportingParent "8.10"]
Apache Buildr
'com.vectorprint:ReportingParent:jar:8.10'
Dependencies
The project has no third-party dependencies