p

pdf-swing

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