p

pdf-rtf

Files download
File Operation
pdf-rtf-1.1.0.jar download
pdf-rtf-1.1.0.pom download
pdf-rtf-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.librepdf</groupId>
  <artifactId>pdf-rtf</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.librepdf:pdf-rtf:1.1.0'
Gradle Kotlin
implementation("com.github.librepdf:pdf-rtf:1.1.0")
Scala SBT
libraryDependencies += "com.github.librepdf" % "pdf-rtf" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.librepdf', module='pdf-rtf', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.librepdf" name="pdf-rtf" rev="1.1.0" />
Leiningen
[com.github.librepdf/pdf-rtf "1.1.0"]
Apache Buildr
'com.github.librepdf:pdf-rtf:jar:1.1.0'