Last Version

ReportQrSupport 8.10

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.

License

License

GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

ReportQrSupport
Version

Version

8.10
Type

Type

jar
Description

Description

ReportQrSupport
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.
Project Organization

Project Organization

VectorPrint

Download ReportQrSupport 8.10


<!-- https://jarcasting.com/artifacts/com.vectorprint/ReportQrSupport/ -->
<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>ReportQrSupport</artifactId>
    <version>8.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/ReportQrSupport/
implementation 'com.vectorprint:ReportQrSupport:8.10'
// https://jarcasting.com/artifacts/com.vectorprint/ReportQrSupport/
implementation ("com.vectorprint:ReportQrSupport:8.10")
'com.vectorprint:ReportQrSupport:jar:8.10'
<dependency org="com.vectorprint" name="ReportQrSupport" rev="8.10">
  <artifact name="ReportQrSupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='ReportQrSupport', version='8.10')
)
libraryDependencies += "com.vectorprint" % "ReportQrSupport" % "8.10"
[com.vectorprint/ReportQrSupport "8.10"]

Dependencies

compile (2)

Group / Artifact Type Version
net.glxn.qrgen : javase jar 2.0
com.vectorprint : ConfigurableReports jar 8.10

Project Modules

There are no modules declared in this project.