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