p

pdf-html

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