o

openpdf

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