Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdcom.github.librepdf |
ArtifactId | ArtifactIdpdf-toolbox |
Version | Version1.3.12 |
Type | Typejar |
Filename | Size |
---|---|
pdf-toolbox-1.3.12.pom | |
pdf-toolbox-1.3.12.jar | 155 KB |
pdf-toolbox-1.3.12-sources.jar | 142 KB |
pdf-toolbox-1.3.12-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.librepdf/pdf-toolbox/ -->
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>pdf-toolbox</artifactId>
<version>1.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-toolbox/
implementation 'com.github.librepdf:pdf-toolbox:1.3.12'
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-toolbox/
implementation ("com.github.librepdf:pdf-toolbox:1.3.12")
'com.github.librepdf:pdf-toolbox:jar:1.3.12'
<dependency org="com.github.librepdf" name="pdf-toolbox" rev="1.3.12">
<artifact name="pdf-toolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.librepdf', module='pdf-toolbox', version='1.3.12')
)
libraryDependencies += "com.github.librepdf" % "pdf-toolbox" % "1.3.12"
[com.github.librepdf/pdf-toolbox "1.3.12"]