Download ConfigurableReports-9.2.jar file - Jar c

Jar examples for c:ConfigurableReports

Description

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 9.2 in this page.

License

GNU Affero General Public License v3

Build File

You can use the following script to add ConfigurableReports-9.2.jar to your project.

<dependency>
   <groupId>com.vectorprint</groupId>
   <artifactId>ConfigurableReports</artifactId>
   <version>9.2</version>
</dependency>
compile group: 'com.vectorprint', name: 'ConfigurableReports', version: '9.2'
libraryDependencies += "com.vectorprint" % "ConfigurableReports" % "9.2"
<dependency org="com.vectorprint" name="ConfigurableReports" rev="9.2"/>
@Grapes(@Grab(group='com.vectorprint', module='ConfigurableReports', version='9.2'))
'com.vectorprint:ConfigurableReports:jar:9.2'

Download

Click the following link to download the jar file.

ConfigurableReports-9.2-api.jar
ConfigurableReports-9.2-javadoc.jar
ConfigurableReports-9.2-sources.jar
ConfigurableReports-9.2.jar
ConfigurableReports-9.2.pom



Related Tutorials