p

pdf-toolbox

Files download
File Operation
pdf-toolbox-2.0.3.jar download
pdf-toolbox-2.0.3.pom download
pdf-toolbox-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.librepdf</groupId>
  <artifactId>pdf-toolbox</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.librepdf:pdf-toolbox:2.0.3'
Gradle Kotlin
implementation("com.github.librepdf:pdf-toolbox:2.0.3")
Scala SBT
libraryDependencies += "com.github.librepdf" % "pdf-toolbox" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.librepdf', module='pdf-toolbox', version='2.0.3')
)
Apache Ivy
<dependency org="com.github.librepdf" name="pdf-toolbox" rev="2.0.3" />
Leiningen
[com.github.librepdf/pdf-toolbox "2.0.3"]
Apache Buildr
'com.github.librepdf:pdf-toolbox:jar:2.0.3'