License |
License |
---|---|
Categories |
CategoriesPDF Data |
GroupId | GroupIdcom.github.librepdf |
ArtifactId | ArtifactIdpdf-rtf |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpen and Free PDF library.
|
Filename | Size |
---|---|
pdf-rtf-1.1.0.pom | |
pdf-rtf-1.1.0.jar | 212 KB |
pdf-rtf-1.1.0-sources.jar | 265 KB |
pdf-rtf-1.1.0-javadoc.jar | 707 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.librepdf/pdf-rtf/ -->
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>pdf-rtf</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-rtf/
implementation 'com.github.librepdf:pdf-rtf:1.1.0'
// https://jarcasting.com/artifacts/com.github.librepdf/pdf-rtf/
implementation ("com.github.librepdf:pdf-rtf:1.1.0")
'com.github.librepdf:pdf-rtf:jar:1.1.0'
<dependency org="com.github.librepdf" name="pdf-rtf" rev="1.1.0">
<artifact name="pdf-rtf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.librepdf', module='pdf-rtf', version='1.1.0')
)
libraryDependencies += "com.github.librepdf" % "pdf-rtf" % "1.1.0"
[com.github.librepdf/pdf-rtf "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.librepdf : openpdf | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |