Download VectorPrintReport-13.0.jar file - Jar v

Jar examples for v:VectorPrintReport

Description

This powerful reporting library aims to simplify producing reports using iText. Looking at producing reports with iText the most demanding 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 VectorPrint report library: - (combination of) xml configuration and 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 VectorPrintReport 13.0 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add VectorPrintReport-13.0.jar to your project.

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

Download

Click the following link to download the jar file.

VectorPrintReport-13.0-api.jar
VectorPrintReport-13.0-javadoc.jar
VectorPrintReport-13.0-sources.jar
VectorPrintReport-13.0.jar
VectorPrintReport-13.0.pom



Related Tutorials