<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.librepdf</groupId> <artifactId>openpdf-parent</artifactId> <version>1.0.2</version> </parent> <artifactId>pdf-swing</artifactId> <dependencies> <dependency> <groupId>com.github.librepdf</groupId> <artifactId>pdf-html</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.swinglabs</groupId> <artifactId>pdf-renderer</artifactId> <version>1.0.5</version> </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> </dependency> </dependencies> </project>
<dependency> <groupId>com.github.librepdf</groupId> <artifactId>pdf-swing</artifactId> <version>1.0.2</version> </dependency>
com.github.librepdf:pdf-swing:1.0.2