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

org.wordinator:wordinator 0.7.0

Simplifies the creation of DOCX files from XML, HTML, or similar sources through the use of an intermediate XML format, Simple Word Processing XML (SWPX) that can be generated from HTML, arbitrary XML, JSON, etc.

Группа

Группа

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

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

wordinator
Версия

Версия

0.7.0
Тип

Тип

jar

Скачать wordinator 0.7.0


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