o

openpdf

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