is not current version
Last Version 1.0.3

io.github.osobolev:rtf-gen 1.0

RTF generation library derived from iText-2.1.7. All PDF features and RTF parsing are removed. Code is modernized for Java 8.

GroupId

GroupId

io.github.osobolev
ArtifactId

ArtifactId

rtf-gen
Version

Version

1.0
Type

Type

jar

Download rtf-gen 1.0


<!-- https://jarcasting.com/artifacts/io.github.osobolev/rtf-gen/ -->
<dependency>
    <groupId>io.github.osobolev</groupId>
    <artifactId>rtf-gen</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.osobolev/rtf-gen/
implementation 'io.github.osobolev:rtf-gen:1.0'
// https://jarcasting.com/artifacts/io.github.osobolev/rtf-gen/
implementation ("io.github.osobolev:rtf-gen:1.0")
'io.github.osobolev:rtf-gen:jar:1.0'
<dependency org="io.github.osobolev" name="rtf-gen" rev="1.0">
  <artifact name="rtf-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.osobolev', module='rtf-gen', version='1.0')
)
libraryDependencies += "io.github.osobolev" % "rtf-gen" % "1.0"
[io.github.osobolev/rtf-gen "1.0"]