p

pdf-swing

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