is not current version
Last Version 9.2

com.vectorprint:ReportSVGSupport 1.5

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

GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

ReportSVGSupport
Version

Version

1.5
Type

Type

jar

Download ReportSVGSupport 1.5


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