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