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