p

pdf-xml

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