Jar examples for c:ConfigurableReports
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 IextStyling 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.
You can download jar file ConfigurableReports 7.1 in this page.
GNU Affero General Public License v3
You can use the following script to add ConfigurableReports-7.1.jar to your project.
<dependency> <groupId>com.vectorprint</groupId> <artifactId>ConfigurableReports</artifactId> <version>7.1</version> </dependency>
compile group: 'com.vectorprint', name: 'ConfigurableReports', version: '7.1'
libraryDependencies += "com.vectorprint" % "ConfigurableReports" % "7.1"
<dependency org="com.vectorprint" name="ConfigurableReports" rev="7.1"/>
@Grapes(@Grab(group='com.vectorprint', module='ConfigurableReports', version='7.1'))
'com.vectorprint:ConfigurableReports:jar:7.1'
Click the following link to download the jar file.
ConfigurableReports-7.1-api.jar