| Группа | Группаio.github.osobolev |
|---|---|
| Идентификатор | Идентификаторrtf-gen |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| rtf-gen-1.0.1.pom | |
| rtf-gen-1.0.1.jar | 230 KB |
| rtf-gen-1.0.1-sources.jar | 325 KB |
| rtf-gen-1.0.1-javadoc.jar | 998 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.osobolev/rtf-gen/ -->
<dependency>
<groupId>io.github.osobolev</groupId>
<artifactId>rtf-gen</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.osobolev/rtf-gen/
implementation 'io.github.osobolev:rtf-gen:1.0.1'
// https://jarcasting.com/artifacts/io.github.osobolev/rtf-gen/
implementation ("io.github.osobolev:rtf-gen:1.0.1")
'io.github.osobolev:rtf-gen:jar:1.0.1'
<dependency org="io.github.osobolev" name="rtf-gen" rev="1.0.1">
<artifact name="rtf-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.osobolev', module='rtf-gen', version='1.0.1')
)
libraryDependencies += "io.github.osobolev" % "rtf-gen" % "1.0.1"
[io.github.osobolev/rtf-gen "1.0.1"]