is not current version
Last Version 9.2

com.vectorprint:ReportSVGSupport 2.0

A library that adds SVG capabilities to the VectorPrint IText based reporting library

GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

ReportSVGSupport
Version

Version

2.0
Type

Type

jar

Download ReportSVGSupport 2.0


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