C

ConfigurableReports

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.
https://github.com/eduarddrenth/ConfigurableReports/wiki
GNU Affero General Public License v3
VectorPrint
Eduard Drenth
Files download
File Operation
ConfigurableReports-9.2.jar download
ConfigurableReports-9.2.pom download
ConfigurableReports-9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vectorprint</groupId>
  <artifactId>ConfigurableReports</artifactId>
  <version>9.2</version>
</dependency>
Gradle Groovy
implementation 'com.vectorprint:ConfigurableReports:9.2'
Gradle Kotlin
implementation("com.vectorprint:ConfigurableReports:9.2")
Scala SBT
libraryDependencies += "com.vectorprint" % "ConfigurableReports" % "9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.vectorprint', module='ConfigurableReports', version='9.2')
)
Apache Ivy
<dependency org="com.vectorprint" name="ConfigurableReports" rev="9.2" />
Leiningen
[com.vectorprint/ConfigurableReports "9.2"]
Apache Buildr
'com.vectorprint:ConfigurableReports:jar:9.2'