Categories |
CategoriesPDF Data OpenPDF |
---|---|
GroupId | GroupIdcom.github.librepdf |
ArtifactId | ArtifactIdopenpdf |
Version | Version1.3.16 |
Type | Typejar |
Filename | Size |
---|---|
openpdf-1.3.16.pom | |
openpdf-1.3.16.jar | 4 MB |
openpdf-1.3.16-sources.jar | 5 MB |
openpdf-1.3.16-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.librepdf/openpdf/ -->
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.librepdf/openpdf/
implementation 'com.github.librepdf:openpdf:1.3.16'
// https://jarcasting.com/artifacts/com.github.librepdf/openpdf/
implementation ("com.github.librepdf:openpdf:1.3.16")
'com.github.librepdf:openpdf:jar:1.3.16'
<dependency org="com.github.librepdf" name="openpdf" rev="1.3.16">
<artifact name="openpdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.librepdf', module='openpdf', version='1.3.16')
)
libraryDependencies += "com.github.librepdf" % "openpdf" % "1.3.16"
[com.github.librepdf/openpdf "1.3.16"]