is not current version
Last Version 4.2.2

com.lowagie:itext 4.2.1

This is a build of the last MPL version of iText.

Categories

Categories

iText Business Logic Libraries Documents Processing iText Data PDF
GroupId

GroupId

com.lowagie
ArtifactId

ArtifactId

itext
Version

Version

4.2.1
Type

Type

jar

Download itext 4.2.1


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