| License |
License |
|---|---|
| GroupId | GroupIdorg.wordinator |
| ArtifactId | ArtifactIdwordinator |
| Version | Version1.0.4 |
| Type | Typejar |
| Description |
Descriptionorg.wordinator: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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wordinator-1.0.4.pom | |
| wordinator-1.0.4.jar | 63 KB |
| wordinator-1.0.4-sources.jar | 38 KB |
| wordinator-1.0.4-javadoc.jar | 125 KB |
| wordinator-1.0.4-jar-with-dependencies.jar | 34 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wordinator/wordinator/ -->
<dependency>
<groupId>org.wordinator</groupId>
<artifactId>wordinator</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wordinator/wordinator/
implementation 'org.wordinator:wordinator:1.0.4'
// https://jarcasting.com/artifacts/org.wordinator/wordinator/
implementation ("org.wordinator:wordinator:1.0.4")
'org.wordinator:wordinator:jar:1.0.4'
<dependency org="org.wordinator" name="wordinator" rev="1.0.4">
<artifact name="wordinator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wordinator', module='wordinator', version='1.0.4')
)
libraryDependencies += "org.wordinator" % "wordinator" % "1.0.4"
[org.wordinator/wordinator "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi | jar | 4.1.2 |
| org.apache.poi : poi-ooxml | jar | 4.1.2 |
| org.apache.xmlbeans : xmlbeans | jar | 3.1.0 |
| commons-cli : commons-cli | jar | 1.4 |
| commons-io : commons-io | jar | 2.8.0 |
| net.sf.saxon : Saxon-HE | jar | 10.3 |
| org.apache.poi : ooxml-schemas | jar | 1.4 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.0 |
| xml-resolver : xml-resolver | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |