| License |
License
Simplified BSD License
|
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.randomnoun.maven.doxia |
| ArtifactId | ArtifactIddoxia-module-html |
| Last Version | Last Version1.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDoxia HTML module
Doxia module to parse (badly-formed) HTML files as part of maven site documentation
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| doxia-module-html-1.1.3.pom | |
| doxia-module-html-1.1.3.jar | 14 KB |
| doxia-module-html-1.1.3-sources.jar | 11 KB |
| doxia-module-html-1.1.3-javadoc.jar | 58 KB |
| Browse |
<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.randomnoun.maven.doxia/doxia-module-html/
implementation 'com.randomnoun.maven.doxia:doxia-module-html:1.1.3'
// https://jarcasting.com/artifacts/com.randomnoun.maven.doxia/doxia-module-html/
implementation ("com.randomnoun.maven.doxia:doxia-module-html:1.1.3")
'com.randomnoun.maven.doxia:doxia-module-html:jar:1.1.3'
<dependency org="com.randomnoun.maven.doxia" name="doxia-module-html" rev="1.1.3">
<artifact name="doxia-module-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.randomnoun.maven.doxia', module='doxia-module-html', version='1.1.3')
)
libraryDependencies += "com.randomnoun.maven.doxia" % "doxia-module-html" % "1.1.3"
[com.randomnoun.maven.doxia/doxia-module-html "1.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ccil.cowan.tagsoup : tagsoup | jar | 1.2 |
| org.apache.maven.doxia : doxia-module-xhtml | jar | 1.4 |
| org.codehaus.plexus : plexus-utils | jar | 3.0.10 |
| org.apache.maven.doxia : doxia-core | jar | 1.4 |
| org.apache.maven.doxia : doxia-sink-api | jar | 1.4 |
| org.codehaus.plexus : plexus-component-annotations | jar | 1.5.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven.doxia : doxia-core | test-jar | 1.4 |
| junit : junit | jar | 4.10 |