не последняя версия
Последняя версия 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.

Группа

Группа

io.github.osobolev
Идентификатор

Идентификатор

rtf-gen
Версия

Версия

1.0
Тип

Тип

jar

Скачать 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"]