s

svg

svg is a module for iText that allows you to integrate SVG images in your PDF creation and manipulation process
https://itextpdf.com/
Files download
File Operation
svg-8.0.4.jar download
svg-8.0.4.pom download
svg-8.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.itextpdf</groupId>
  <artifactId>svg</artifactId>
  <version>8.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.itextpdf:svg:8.0.4'
Gradle Kotlin
implementation("com.itextpdf:svg:8.0.4")
Scala SBT
libraryDependencies += "com.itextpdf" % "svg" % "8.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.itextpdf', module='svg', version='8.0.4')
)
Apache Ivy
<dependency org="com.itextpdf" name="svg" rev="8.0.4" />
Leiningen
[com.itextpdf/svg "8.0.4"]
Apache Buildr
'com.itextpdf:svg:jar:8.0.4'