MVN

org.wordinator : wordinator

Maven & Gradle

Dec 18, 2022
38 stars

org.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.

<dependency>
    <groupId>org.wordinator</groupId>
    <artifactId>wordinator</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wordinator : wordinator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of org.wordinator : wordinator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
wordinator-1.1.2
wordinator-1.1.1
1.0.x
wordinator-1.0.4
wordinator-1.0.3
wordinator-1.0.0
0.9.x
wordinator-0.9.1
wordinator-0.9.0
0.8.x
wordinator-0.8.0
0.7.x
wordinator-0.7.0
0.6.x
wordinator-0.6.0
0.5.x
wordinator-0.5.0
0.4.x
wordinator-0.4.0
0.3.x
wordinator-0.3.0
0.2.x
wordinator-0.2.0
0.1.x
wordinator-0.1.1
wordinator-0.1.0

How to add a dependency to Maven

Add the following org.wordinator : wordinator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wordinator</groupId>
    <artifactId>wordinator</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wordinator : wordinator gradle dependency to your build.gradle file:

implementation 'org.wordinator:wordinator:1.1.2'

Gradle Kotlin DSL: Add the following org.wordinator : wordinator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wordinator:wordinator:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wordinator : wordinator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wordinator" % "wordinator" % "1.1.2"

Advertisement