MVN

org.apache.maven.doxia : doxia-module-xhtml5

Maven & Gradle

Jun 21, 2023
5 usages
25 stars

Doxia :: XHTML5 Module · A Doxia module for Xhtml5 source documents. Xhtml5 format is supported both as source and target formats.

<dependency>
    <groupId>org.apache.maven.doxia</groupId>
    <artifactId>doxia-module-xhtml5</artifactId>
    <version>2.0.0-M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.doxia : doxia-module-xhtml5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-M7

All Versions

Choose a version of org.apache.maven.doxia : doxia-module-xhtml5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
doxia-module-xhtml5-2.0.0-M7
doxia-module-xhtml5-2.0.0-M6
doxia-module-xhtml5-2.0.0-M5
doxia-module-xhtml5-2.0.0-M4
doxia-module-xhtml5-2.0.0-M3
doxia-module-xhtml5-2.0.0-M2
doxia-module-xhtml5-2.0.0-M1
1.12.x
doxia-module-xhtml5-1.12.0
1.11.x
doxia-module-xhtml5-1.11.1
1.10
doxia-module-xhtml5-1.10
1.9.x
doxia-module-xhtml5-1.9.1
1.9
doxia-module-xhtml5-1.9

How to add a dependency to Maven

Add the following org.apache.maven.doxia : doxia-module-xhtml5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.maven.doxia</groupId>
    <artifactId>doxia-module-xhtml5</artifactId>
    <version>2.0.0-M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.maven.doxia : doxia-module-xhtml5 gradle dependency to your build.gradle file:

implementation 'org.apache.maven.doxia:doxia-module-xhtml5:2.0.0-M7'

Gradle Kotlin DSL: Add the following org.apache.maven.doxia : doxia-module-xhtml5 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.maven.doxia:doxia-module-xhtml5:2.0.0-M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.maven.doxia : doxia-module-xhtml5 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.maven.doxia" % "doxia-module-xhtml5" % "2.0.0-M7"

Advertisement