Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdcom.github.librepdf |
ArtifactId | ArtifactIdpdf-toolbox |
Version | Version1.2.9 |
Type | Typejar |
Filename | Size |
---|---|
pdf-toolbox-1.2.9.pom | |
pdf-toolbox-1.2.9.jar | 154 KB |
pdf-toolbox-1.2.9-sources.jar | 142 KB |
pdf-toolbox-1.2.9-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.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-toolbox/
implementation 'com.github.librepdf:pdf-toolbox:1.2.9'
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-toolbox/
implementation ("com.github.librepdf:pdf-toolbox:1.2.9")
'com.github.librepdf:pdf-toolbox:jar:1.2.9'
<dependency org="com.github.librepdf" name="pdf-toolbox" rev="1.2.9">
<artifact name="pdf-toolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.librepdf', module='pdf-toolbox', version='1.2.9')
)
libraryDependencies += "com.github.librepdf" % "pdf-toolbox" % "1.2.9"
[com.github.librepdf/pdf-toolbox "1.2.9"]