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