is not current version
Last Version 9.2

com.vectorprint:ConfigurableReports 9.1

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.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

ConfigurableReports
Version

Version

9.1
Type

Type

jar

Download ConfigurableReports 9.1


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