This page gives you a quick reference to get Apache PDFBox dependency for Maven or Gradle projects. You can also download the Apache PDFBox jar dependency, the link given at the "Download JAR File" section.
The Apache PDFBox library is an open-source Java tool for working with PDF documents.
For more details about the proper version to use, check out the following Maven Central link.
The Apache PDFBox library is an open-source Java tool for working with PDF documents.
Apache PDFBox Maven Dependency
Copy below Apache PDFBox maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.17</version>
</dependency>
Apache PDFBox Gradle Dependency
Copy below Apache PDFBox Gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox
compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.17'
Comments
Post a Comment