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