MVN

com.vectorprint : VectorPrintReport

Maven & Gradle

Jun 24, 2014
2 usages

VectorPrintReport · 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.

<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>VectorPrintReport</artifactId>
    <version>13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vectorprint : VectorPrintReport to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.1

All Versions

Choose a version of com.vectorprint : VectorPrintReport to add to Maven or Gradle - All Versions:

  • Version Updated
  • VectorPrintReport-13.1

    Jun 24, 2014
  • VectorPrintReport-13.0

    Jun 18, 2014
  • VectorPrintReport-12.4

    Jun 05, 2014
  • VectorPrintReport-12.3

    Jun 01, 2014
  • VectorPrintReport-12.2

    May 30, 2014
  • VectorPrintReport-12.1

    May 24, 2014

How to add a dependency to Maven

Add the following com.vectorprint : VectorPrintReport maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>VectorPrintReport</artifactId>
    <version>13.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vectorprint : VectorPrintReport gradle dependency to your build.gradle file:

implementation 'com.vectorprint:VectorPrintReport:13.1'

Gradle Kotlin DSL: Add the following com.vectorprint : VectorPrintReport gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vectorprint:VectorPrintReport:13.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vectorprint : VectorPrintReport sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vectorprint" % "VectorPrintReport" % "13.1"