MVN

com.vectorprint : ReportSVGSupport

Maven & Gradle

Aug 13, 2016
1 usages
1 stars

ReportSVGSupport · SVG support for creating pdf documents in a configurable way using iText

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

Latest Version

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

  • Latest Stable: 9.2

All Versions

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

  • Version Updated
  • ReportSVGSupport-9.2

    Aug 12, 2016
  • ReportSVGSupport-9.1

    May 01, 2016
  • ReportSVGSupport-8.10

    Apr 02, 2016
  • ReportSVGSupport-8.9

    Feb 27, 2016
  • ReportSVGSupport-8.7

    Feb 03, 2016
  • ReportSVGSupport-8.1

    Jan 01, 2016
  • ReportSVGSupport-8.0

    Dec 25, 2015
  • ReportSVGSupport-7.2

    Oct 24, 2015
  • ReportSVGSupport-7.1

    Oct 23, 2015
  • ReportSVGSupport-6.2

    Jun 28, 2015
  • ReportSVGSupport-6.1

    Jun 18, 2015
  • ReportSVGSupport-5.3

    Mar 30, 2015
  • ReportSVGSupport-5.1

    Mar 19, 2015
  • ReportSVGSupport-4.0

    Mar 01, 2015
  • ReportSVGSupport-3.1

    Feb 18, 2015
  • ReportSVGSupport-3.0

    Jan 17, 2015
  • ReportSVGSupport-2.0

    Aug 09, 2014
  • ReportSVGSupport-1.8

    Jun 18, 2014
  • ReportSVGSupport-1.7

    Jun 01, 2014
  • ReportSVGSupport-1.6

    May 30, 2014
  • ReportSVGSupport-1.5

    May 24, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>ReportSVGSupport</artifactId>
    <version>9.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.vectorprint:ReportSVGSupport:9.2'

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

implementation("com.vectorprint:ReportSVGSupport:9.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.vectorprint" % "ReportSVGSupport" % "9.2"