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