io.github.osobolev:rtf-gen

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

License

License

GroupId

GroupId

io.github.osobolev
ArtifactId

ArtifactId

rtf-gen
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.osobolev:rtf-gen
RTF generation library derived from iText-2.1.7. All PDF features and RTF parsing are removed. Code is modernized for Java 8.
Project URL

Project URL

https://github.com/osobolev/rtf-gen
Source Code Management

Source Code Management

https://github.com/osobolev/rtf-gen

Download rtf-gen

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0