<dependency> <groupId>com.github.librepdf</groupId> <artifactId>openpdf</artifactId> <version>1.3.10</version> </dependency>
implementation 'com.github.librepdf:openpdf:1.3.10'
implementation("com.github.librepdf:openpdf:1.3.10")
libraryDependencies += "com.github.librepdf" % "openpdf" % "1.3.10"
@Grapes( @Grab(group='com.github.librepdf', module='openpdf', version='1.3.10') )
<dependency org="com.github.librepdf" name="openpdf" rev="1.3.10" />
[com.github.librepdf/openpdf "1.3.10"]
'com.github.librepdf:openpdf:jar:1.3.10'
<parent> <groupId>com.github.librepdf</groupId> <artifactId>openpdf-parent</artifactId> <version>1.3.10</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.2