<dependency> <groupId>com.github.librepdf</groupId> <artifactId>openpdf</artifactId> <version>1.2.16</version> </dependency>
implementation 'com.github.librepdf:openpdf:1.2.16'
implementation("com.github.librepdf:openpdf:1.2.16")
libraryDependencies += "com.github.librepdf" % "openpdf" % "1.2.16"
@Grapes( @Grab(group='com.github.librepdf', module='openpdf', version='1.2.16') )
<dependency org="com.github.librepdf" name="openpdf" rev="1.2.16" />
[com.github.librepdf/openpdf "1.2.16"]
'com.github.librepdf:openpdf:jar:1.2.16'
<parent> <groupId>com.github.librepdf</groupId> <artifactId>openpdf-parent</artifactId> <version>1.2.16</version> </parent>
compile
|-- com.github.albfernandez:juniversalchardet:2.3.0
|-- org.bouncycastle:bcprov-jdk15on
|-- org.bouncycastle:bcpkix-jdk15on
|-- com.github.spotbugs:spotbugs
|-- com.twelvemonkeys.imageio:imageio-tiff:3.4.1