License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.apache.maven.doxia |
ArtifactId | ArtifactIddoxia-module-xhtml |
Last Version | Last Version2.0.0-M3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDoxia :: XHTML Module
A Doxia module for Xhtml source documents.
Xhtml format is supported both as source and target formats.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.maven.doxia/doxia-module-xhtml/ -->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-xhtml</artifactId>
<version>2.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.doxia/doxia-module-xhtml/
implementation 'org.apache.maven.doxia:doxia-module-xhtml:2.0.0-M3'
// https://jarcasting.com/artifacts/org.apache.maven.doxia/doxia-module-xhtml/
implementation ("org.apache.maven.doxia:doxia-module-xhtml:2.0.0-M3")
'org.apache.maven.doxia:doxia-module-xhtml:jar:2.0.0-M3'
<dependency org="org.apache.maven.doxia" name="doxia-module-xhtml" rev="2.0.0-M3">
<artifact name="doxia-module-xhtml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.doxia', module='doxia-module-xhtml', version='2.0.0-M3')
)
libraryDependencies += "org.apache.maven.doxia" % "doxia-module-xhtml" % "2.0.0-M3"
[org.apache.maven.doxia/doxia-module-xhtml "2.0.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
org.codehaus.plexus : plexus-utils | jar | 3.4.2 |
javax.inject : javax.inject | jar | 1 |
org.apache.maven.doxia : doxia-core | jar | 2.0.0-M3 |
org.apache.maven.doxia : doxia-sink-api | jar | 2.0.0-M3 |
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 4.2.3 |
org.xmlunit : xmlunit-core | jar | 2.9.0 |
org.xmlunit : xmlunit-matchers | jar | 2.9.0 |
org.slf4j : slf4j-simple | jar | 1.7.36 |
org.codehaus.plexus : plexus-testing | jar | 1.1.0 |
org.apache.maven.doxia : doxia-core | test-jar | 2.0.0-M3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |