Files download
File Operation
itext-2.1.7.jar download
itext-2.1.7.pom download
itext-2.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lowagie</groupId>
  <artifactId>itext</artifactId>
  <version>2.1.7</version>
</dependency>
Gradle Groovy
implementation 'com.lowagie:itext:2.1.7'
Gradle Kotlin
implementation("com.lowagie:itext:2.1.7")
Scala SBT
libraryDependencies += "com.lowagie" % "itext" % "2.1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.lowagie', module='itext', version='2.1.7')
)
Apache Ivy
<dependency org="com.lowagie" name="itext" rev="2.1.7" />
Leiningen
[com.lowagie/itext "2.1.7"]
Apache Buildr
'com.lowagie:itext:jar:2.1.7'