d

doxia-module-html

Doxia module to parse (badly-formed) HTML files as part of maven site documentation
http://code.randomnoun.com/doxia-module-html/index.html
Simplified BSD License
randomnoun
Greg Knox
Files download
File Operation
doxia-module-html-1.1.3.jar download
doxia-module-html-1.1.3.pom download
doxia-module-html-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.randomnoun.maven.doxia</groupId>
  <artifactId>doxia-module-html</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.randomnoun.maven.doxia:doxia-module-html:1.1.3'
Gradle Kotlin
implementation("com.randomnoun.maven.doxia:doxia-module-html:1.1.3")
Scala SBT
libraryDependencies += "com.randomnoun.maven.doxia" % "doxia-module-html" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.randomnoun.maven.doxia', module='doxia-module-html', version='1.1.3')
)
Apache Ivy
<dependency org="com.randomnoun.maven.doxia" name="doxia-module-html" rev="1.1.3" />
Leiningen
[com.randomnoun.maven.doxia/doxia-module-html "1.1.3"]
Apache Buildr
'com.randomnoun.maven.doxia:doxia-module-html:jar:1.1.3'