MVN

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

Maven & Gradle

Jan 09, 2023
37 usages
25 stars

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

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

Latest Version

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

  • Latest Stable: 1.12.0
  • Latest Alpha: 1.0-alpha-11

All Versions

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

Version Vulnerabilities Updated
2.0.x
doxia-module-xhtml-2.0.0-M3
doxia-module-xhtml-2.0.0-M2
doxia-module-xhtml-2.0.0-M1
1.12.x
doxia-module-xhtml-1.12.0
1.11.x
doxia-module-xhtml-1.11.1
1.10
doxia-module-xhtml-1.10
1.9.x
doxia-module-xhtml-1.9.1
1.9
doxia-module-xhtml-1.9
1.8
doxia-module-xhtml-1.8
1.7
doxia-module-xhtml-1.7
1.6
doxia-module-xhtml-1.6
1.5
doxia-module-xhtml-1.5
1.4
doxia-module-xhtml-1.4
1.3
doxia-module-xhtml-1.3
1.2
doxia-module-xhtml-1.2
1.1.x
doxia-module-xhtml-1.1.4
doxia-module-xhtml-1.1.3
doxia-module-xhtml-1.1.2
doxia-module-xhtml-1.1.1
1.1
doxia-module-xhtml-1.1
1.0
doxia-module-xhtml-1.0
doxia-module-xhtml-1.0-alpha-11
doxia-module-xhtml-1.0-alpha-10
doxia-module-xhtml-1.0-alpha-9

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.maven.doxia</groupId>
    <artifactId>doxia-module-xhtml</artifactId>
    <version>1.12.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.maven.doxia:doxia-module-xhtml:1.12.0'

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

implementation("org.apache.maven.doxia:doxia-module-xhtml:1.12.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.maven.doxia" % "doxia-module-xhtml" % "1.12.0"

Advertisement