<dependency> <groupId>com.github.librepdf</groupId> <artifactId>pdf-swing</artifactId> <version>1.3.8</version> </dependency>
implementation 'com.github.librepdf:pdf-swing:1.3.8'
implementation("com.github.librepdf:pdf-swing:1.3.8")
libraryDependencies += "com.github.librepdf" % "pdf-swing" % "1.3.8"
@Grapes( @Grab(group='com.github.librepdf', module='pdf-swing', version='1.3.8') )
<dependency org="com.github.librepdf" name="pdf-swing" rev="1.3.8" />
[com.github.librepdf/pdf-swing "1.3.8"]
'com.github.librepdf:pdf-swing:jar:1.3.8'
<parent> <groupId>com.github.librepdf</groupId> <artifactId>openpdf-parent</artifactId> <version>1.3.8</version> </parent>
compile
|-- com.github.librepdf:openpdf
|-- org.swinglabs:pdf-renderer:1.0.5
|-- org.dom4j:dom4j:2.1.1