is not current version
Last Version 1.1.3

com.randomnoun.maven.doxia:doxia-module-html 1.1.0

Doxia module to parse (badly-formed) HTML files as part of maven site documentation

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.randomnoun.maven.doxia
ArtifactId

ArtifactId

doxia-module-html
Version

Version

1.1.0
Type

Type

jar

Download doxia-module-html 1.1.0


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