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