w

wordinator

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.
https://github.com/drmacro/wordinator
The Apache License, Version 2.0
wordinator.org
Eliot Kimber
文件下载
文件名 操作
wordinator-0.2.0.jar 下载
wordinator-0.2.0.pom 下载
wordinator-0.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wordinator</groupId>
  <artifactId>wordinator</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.wordinator:wordinator:0.2.0'
Gradle Kotlin
implementation("org.wordinator:wordinator:0.2.0")
Scala SBT
libraryDependencies += "org.wordinator" % "wordinator" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wordinator', module='wordinator', version='0.2.0')
)
Apache Ivy
<dependency org="org.wordinator" name="wordinator" rev="0.2.0" />
Leiningen
[org.wordinator/wordinator "0.2.0"]
Apache Buildr
'org.wordinator:wordinator:jar:0.2.0'