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