License |
License |
---|---|
Categories |
CategoriesiText Business Logic Libraries Documents Processing PDF Data iText |
GroupId | GroupIdcom.itextpdf |
ArtifactId | ArtifactIdsvg |
Last Version | Last Version7.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptioniText 7 - SVG
svg is a module for iText7 that allows you to integrate SVG images in your PDF creation and manipulation process
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
svg-7.2.2.pom | |
svg-7.2.2.jar | 134 KB |
svg-7.2.2-sources.jar | 177 KB |
svg-7.2.2-javadoc.jar | 518 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itextpdf/svg/ -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>svg</artifactId>
<version>7.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.itextpdf/svg/
implementation 'com.itextpdf:svg:7.2.2'
// https://jarcasting.com/artifacts/com.itextpdf/svg/
implementation ("com.itextpdf:svg:7.2.2")
'com.itextpdf:svg:jar:7.2.2'
<dependency org="com.itextpdf" name="svg" rev="7.2.2">
<artifact name="svg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itextpdf', module='svg', version='7.2.2')
)
libraryDependencies += "com.itextpdf" % "svg" % "7.2.2"
[com.itextpdf/svg "7.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.itextpdf : layout | jar | 7.2.2 |
com.itextpdf : styled-xml-parser | jar | 7.2.2 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
com.itextpdf : pdftest | jar | 7.2.2 |
ch.qos.logback : logback-classic | jar | 1.2.10 |
junit : junit | jar | 4.13.2 |
pl.pragmatists : JUnitParams | jar | 1.0.4 |