<dependency> <groupId>com.github.librepdf</groupId> <artifactId>pdf-html</artifactId> <version>1.2.5</version> </dependency>
implementation 'com.github.librepdf:pdf-html:1.2.5'
implementation("com.github.librepdf:pdf-html:1.2.5")
libraryDependencies += "com.github.librepdf" % "pdf-html" % "1.2.5"
@Grapes( @Grab(group='com.github.librepdf', module='pdf-html', version='1.2.5') )
<dependency org="com.github.librepdf" name="pdf-html" rev="1.2.5" />
[com.github.librepdf/pdf-html "1.2.5"]
'com.github.librepdf:pdf-html:jar:1.2.5'
<parent> <groupId>com.github.librepdf</groupId> <artifactId>openpdf-parent</artifactId> <version>1.2.5</version> </parent>
compile
|-- com.github.librepdf:pdf-xml
|-- com.github.librepdf:openpdf
test
|-- org.assertj:assertj-core
|-- junit:junit