MVN

org.lucee : itext

Maven & Gradle

Apr 22, 2017
3 usages
0 stars

itext · OSGi Version of itext

<dependency>
    <groupId>org.lucee</groupId>
    <artifactId>itext</artifactId>
    <version>2.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lucee : itext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.7

All Versions

Choose a version of org.lucee : itext to add to Maven or Gradle - All Versions:

  • Version Updated
  • itext-2.1.7

    Apr 21, 2017

How to add a dependency to Maven

Add the following org.lucee : itext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lucee</groupId>
    <artifactId>itext</artifactId>
    <version>2.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lucee : itext gradle dependency to your build.gradle file:

implementation 'org.lucee:itext:2.1.7'

Gradle Kotlin DSL: Add the following org.lucee : itext gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lucee:itext:2.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lucee : itext sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lucee" % "itext" % "2.1.7"