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