o

openpdf

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