MVN

io.github.longyg : docx4j-xhtml2word-core

Maven & Gradle

Jul 19, 2023
0 stars

docx4j-xhtml2word-core · docx4j-xhtml2word-core converts XHTML to OpenXML WordML (docx) using docx4j

<dependency>
    <groupId>io.github.longyg</groupId>
    <artifactId>docx4j-xhtml2word-core</artifactId>
    <version>1.1.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.longyg : docx4j-xhtml2word-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.28

All Versions

Choose a version of io.github.longyg : docx4j-xhtml2word-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
docx4j-xhtml2word-core-1.1.28
docx4j-xhtml2word-core-1.1.27
docx4j-xhtml2word-core-1.1.26
docx4j-xhtml2word-core-1.1.25
docx4j-xhtml2word-core-1.1.24
docx4j-xhtml2word-core-1.1.23
docx4j-xhtml2word-core-1.1.22
docx4j-xhtml2word-core-1.1.21
docx4j-xhtml2word-core-1.1.20
docx4j-xhtml2word-core-1.1.19
docx4j-xhtml2word-core-1.1.18
docx4j-xhtml2word-core-1.1.17
docx4j-xhtml2word-core-1.1.16
docx4j-xhtml2word-core-1.1.15
docx4j-xhtml2word-core-1.1.14
docx4j-xhtml2word-core-1.1.13
docx4j-xhtml2word-core-1.1.12
docx4j-xhtml2word-core-1.1.11
docx4j-xhtml2word-core-1.1.10
docx4j-xhtml2word-core-1.1.9
docx4j-xhtml2word-core-1.1.8
docx4j-xhtml2word-core-1.1.7
docx4j-xhtml2word-core-1.1.6
docx4j-xhtml2word-core-1.1.5
docx4j-xhtml2word-core-1.1.4
docx4j-xhtml2word-core-1.1.3
docx4j-xhtml2word-core-1.1.2
docx4j-xhtml2word-core-1.1.1
docx4j-xhtml2word-core-1.1.0
1.0.x
docx4j-xhtml2word-core-1.0.14
docx4j-xhtml2word-core-1.0.13
docx4j-xhtml2word-core-1.0.12
docx4j-xhtml2word-core-1.0.11
docx4j-xhtml2word-core-1.0.10
docx4j-xhtml2word-core-1.0.9
docx4j-xhtml2word-core-1.0.8
docx4j-xhtml2word-core-1.0.7
docx4j-xhtml2word-core-1.0.6
docx4j-xhtml2word-core-1.0.5
docx4j-xhtml2word-core-1.0.4
docx4j-xhtml2word-core-1.0.3
docx4j-xhtml2word-core-1.0.1
docx4j-xhtml2word-core-1.0.0

How to add a dependency to Maven

Add the following io.github.longyg : docx4j-xhtml2word-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.longyg</groupId>
    <artifactId>docx4j-xhtml2word-core</artifactId>
    <version>1.1.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.longyg : docx4j-xhtml2word-core gradle dependency to your build.gradle file:

implementation 'io.github.longyg:docx4j-xhtml2word-core:1.1.28'

Gradle Kotlin DSL: Add the following io.github.longyg : docx4j-xhtml2word-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.longyg:docx4j-xhtml2word-core:1.1.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.longyg : docx4j-xhtml2word-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.longyg" % "docx4j-xhtml2word-core" % "1.1.28"