is not current version
Last Version 9.2

com.vectorprint:ConfigurableReports 2.1

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.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

ConfigurableReports
Version

Version

2.1
Type

Type

jar

Download ConfigurableReports 2.1


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