MVN

org.lucee : pdfbox

Maven & Gradle

Mar 10, 2022
0 stars

pdfbox · OSGi Version of pdfbox

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

Latest Version

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

  • Latest Stable: 1.8.13
  • Latest Release Candidate: 3.0.0.RC102

All Versions

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

Version Vulnerabilities Updated
3.0.x
pdfbox-3.0.0.RC102
pdfbox-3.0.0.RC101
1.8.x
pdfbox-1.8.13

How to add a dependency to Maven

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

<dependency>
    <groupId>org.lucee</groupId>
    <artifactId>pdfbox</artifactId>
    <version>1.8.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.lucee:pdfbox:1.8.13'

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

implementation("org.lucee:pdfbox:1.8.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.lucee" % "pdfbox" % "1.8.13"

Advertisement