не последняя версия
Последняя версия 1.0.3

org.beigesoft:beige-docwriter 1.0.2

This is base cross-platform document creation logic, i.e. add page, table, text, image etc. Writing this document to concrete platform file (e.g. PDF), interactive editing or viewing on screen should be implemented with concrete platform-dependent writer (PDF/Swing/GTK), e.g. Beigesoft ™ PDFWriter.

Группа

Группа

org.beigesoft
Идентификатор

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

beige-docwriter
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать beige-docwriter 1.0.2


<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-docwriter/ -->
<dependency>
    <groupId>org.beigesoft</groupId>
    <artifactId>beige-docwriter</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-docwriter/
implementation 'org.beigesoft:beige-docwriter:1.0.2'
// https://jarcasting.com/artifacts/org.beigesoft/beige-docwriter/
implementation ("org.beigesoft:beige-docwriter:1.0.2")
'org.beigesoft:beige-docwriter:jar:1.0.2'
<dependency org="org.beigesoft" name="beige-docwriter" rev="1.0.2">
  <artifact name="beige-docwriter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-docwriter', version='1.0.2')
)
libraryDependencies += "org.beigesoft" % "beige-docwriter" % "1.0.2"
[org.beigesoft/beige-docwriter "1.0.2"]