C

ConfigurableReports

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.
http://vectorprintreport.java.net
GNU Affero General Public License v3
VectorPrint
Eduard Drenth
文件下载
文件名 操作
ConfigurableReports-2.0.jar 下载
ConfigurableReports-2.0.pom 下载
ConfigurableReports-2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vectorprint</groupId>
  <artifactId>ConfigurableReports</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.vectorprint:ConfigurableReports:2.0'
Gradle Kotlin
implementation("com.vectorprint:ConfigurableReports:2.0")
Scala SBT
libraryDependencies += "com.vectorprint" % "ConfigurableReports" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vectorprint', module='ConfigurableReports', version='2.0')
)
Apache Ivy
<dependency org="com.vectorprint" name="ConfigurableReports" rev="2.0" />
Leiningen
[com.vectorprint/ConfigurableReports "2.0"]
Apache Buildr
'com.vectorprint:ConfigurableReports:jar:2.0'