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