MVN

io.github.longyg : docx4j-xhtml2word-samples

Maven & Gradle

May 10, 2023
0 stars

docx4j-xhtml2word samples · docx4j-xhtml2word-samples Samples of converting XHTML to OpenXML WordML (docx) using docx4j

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

Latest Version

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

  • Latest Stable: 1.1.7

All Versions

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

Version Vulnerabilities Updated
1.1.x
docx4j-xhtml2word-samples-1.1.7
docx4j-xhtml2word-samples-1.1.6
docx4j-xhtml2word-samples-1.1.5
docx4j-xhtml2word-samples-1.1.4
docx4j-xhtml2word-samples-1.1.3
docx4j-xhtml2word-samples-1.1.2
docx4j-xhtml2word-samples-1.1.1
docx4j-xhtml2word-samples-1.1.0
1.0.x
docx4j-xhtml2word-samples-1.0.14
docx4j-xhtml2word-samples-1.0.13
docx4j-xhtml2word-samples-1.0.12
docx4j-xhtml2word-samples-1.0.11
docx4j-xhtml2word-samples-1.0.4
docx4j-xhtml2word-samples-1.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.longyg</groupId>
    <artifactId>docx4j-xhtml2word-samples</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.longyg:docx4j-xhtml2word-samples:1.1.7'

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

implementation("io.github.longyg:docx4j-xhtml2word-samples:1.1.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.longyg" % "docx4j-xhtml2word-samples" % "1.1.7"