MVN

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

Maven & Gradle

Jan 09, 2023
37 usages
20 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 Updated
  • doxia-module-xhtml-1.12.0

    Jan 09, 2023
  • doxia-module-xhtml-2.0.0-M3

    Jun 18, 2022
  • doxia-module-xhtml-2.0.0-M2

    Feb 13, 2022
  • doxia-module-xhtml-2.0.0-M1

    Jan 17, 2022
  • doxia-module-xhtml-1.11.1

    Nov 28, 2021
  • doxia-module-xhtml-1.10

    Jun 21, 2021
  • doxia-module-xhtml-1.9.1

    Feb 13, 2020
  • doxia-module-xhtml-1.9

    May 30, 2019
  • doxia-module-xhtml-1.8

    Dec 17, 2017
  • doxia-module-xhtml-1.7

    Feb 05, 2016
  • doxia-module-xhtml-1.6

    Jun 27, 2014
  • doxia-module-xhtml-1.5

    Nov 14, 2013
  • doxia-module-xhtml-1.4

    Apr 23, 2013
  • doxia-module-xhtml-1.3

    Apr 10, 2012
  • doxia-module-xhtml-1.2

    Apr 26, 2011
  • doxia-module-xhtml-1.1.4

    Nov 16, 2010
  • doxia-module-xhtml-1.1.3

    May 24, 2010
  • doxia-module-xhtml-1.1.2

    Nov 30, 2009
  • doxia-module-xhtml-1.1.1

    Jun 17, 2009
  • doxia-module-xhtml-1.1

    Mar 03, 2009
  • doxia-module-xhtml-1.0

    Feb 18, 2009
  • doxia-module-xhtml-1.0-alpha-11

    May 15, 2008
  • doxia-module-xhtml-1.0-alpha-10

    Nov 02, 2007
  • doxia-module-xhtml-1.0-alpha-9

    Sep 13, 2007

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"