is not current version
Last Version 3.0.0-RC1

org.apache.pdfbox:pdfbox-examples 1.8.9

The Apache PDFBox library is an open source Java tool for working with PDF documents. This artefact contains examples on how the library can be used.

Categories

Categories

PDFBox Business Logic Libraries PDF Data
GroupId

GroupId

org.apache.pdfbox
ArtifactId

ArtifactId

pdfbox-examples
Version

Version

1.8.9
Type

Type

jar

Download pdfbox-examples 1.8.9


<!-- https://jarcasting.com/artifacts/org.apache.pdfbox/pdfbox-examples/ -->
<dependency>
    <groupId>org.apache.pdfbox</groupId>
    <artifactId>pdfbox-examples</artifactId>
    <version>1.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pdfbox/pdfbox-examples/
implementation 'org.apache.pdfbox:pdfbox-examples:1.8.9'
// https://jarcasting.com/artifacts/org.apache.pdfbox/pdfbox-examples/
implementation ("org.apache.pdfbox:pdfbox-examples:1.8.9")
'org.apache.pdfbox:pdfbox-examples:jar:1.8.9'
<dependency org="org.apache.pdfbox" name="pdfbox-examples" rev="1.8.9">
  <artifact name="pdfbox-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pdfbox', module='pdfbox-examples', version='1.8.9')
)
libraryDependencies += "org.apache.pdfbox" % "pdfbox-examples" % "1.8.9"
[org.apache.pdfbox/pdfbox-examples "1.8.9"]