is not current version
Last Version 4.2.2

com.lowagie:itext 1.02b


Categories

Categories

iText Business Logic Libraries Documents Processing iText Data PDF
GroupId

GroupId

com.lowagie
ArtifactId

ArtifactId

itext
Version

Version

1.02b
Type

Type

jar

Download itext 1.02b


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