r

rtf-to-html

RTF to HTML conversion done right
http:///github.com/bbottema/rtf-to-html
Files download
File Operation
rtf-to-html-1.1.1.jar download
rtf-to-html-1.1.1.pom download
rtf-to-html-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bbottema</groupId>
  <artifactId>rtf-to-html</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.bbottema:rtf-to-html:1.1.1'
Gradle Kotlin
implementation("com.github.bbottema:rtf-to-html:1.1.1")
Scala SBT
libraryDependencies += "com.github.bbottema" % "rtf-to-html" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bbottema', module='rtf-to-html', version='1.1.1')
)
Apache Ivy
<dependency org="com.github.bbottema" name="rtf-to-html" rev="1.1.1" />
Leiningen
[com.github.bbottema/rtf-to-html "1.1.1"]
Apache Buildr
'com.github.bbottema:rtf-to-html:jar:1.1.1'