MVN

org.apache.pdfbox : io

Maven & Gradle

May 02, 2022

Apache PDFBox io · The Apache PDFBox library is an open source Java tool for working with PDF documents. This artefact contains IO related classes.

<dependency>
    <groupId>org.apache.pdfbox</groupId>
    <artifactId>io</artifactId>
    <version>3.0.0-alpha3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0-alpha3
  • Latest Alpha: 3.0.0-alpha3

All Versions

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

Version Vulnerabilities Updated
3.0.x
io-3.0.0-alpha3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.pdfbox</groupId>
    <artifactId>io</artifactId>
    <version>3.0.0-alpha3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.pdfbox:io:3.0.0-alpha3'

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

implementation("org.apache.pdfbox:io:3.0.0-alpha3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.pdfbox" % "io" % "3.0.0-alpha3"