is not current version
Last Version 4.2.2

com.lowagie:itext 2.1.7

iText, a free Java-PDF library

Categories

Categories

iText Business Logic Libraries Documents Processing iText Data PDF
GroupId

GroupId

com.lowagie
ArtifactId

ArtifactId

itext
Version

Version

2.1.7
Type

Type

jar

Download itext 2.1.7


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