is not current version
Last Version 2.0.0-M3

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

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

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.doxia
ArtifactId

ArtifactId

doxia-module-xhtml
Version

Version

1.7
Type

Type

jar

Download doxia-module-xhtml 1.7


<!-- https://jarcasting.com/artifacts/org.apache.maven.doxia/doxia-module-xhtml/ -->
<dependency>
    <groupId>org.apache.maven.doxia</groupId>
    <artifactId>doxia-module-xhtml</artifactId>
    <version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.doxia/doxia-module-xhtml/
implementation 'org.apache.maven.doxia:doxia-module-xhtml:1.7'
// https://jarcasting.com/artifacts/org.apache.maven.doxia/doxia-module-xhtml/
implementation ("org.apache.maven.doxia:doxia-module-xhtml:1.7")
'org.apache.maven.doxia:doxia-module-xhtml:jar:1.7'
<dependency org="org.apache.maven.doxia" name="doxia-module-xhtml" rev="1.7">
  <artifact name="doxia-module-xhtml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.doxia', module='doxia-module-xhtml', version='1.7')
)
libraryDependencies += "org.apache.maven.doxia" % "doxia-module-xhtml" % "1.7"
[org.apache.maven.doxia/doxia-module-xhtml "1.7"]