<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>2.0.0-M5</version>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.doxia', module='doxia-module-markdown', version='2.0.0-M5')
)
<parent> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-modules</artifactId> <version>2.0.0-M5</version> </parent>
compile
|-- org.eclipse.sisu:org.eclipse.sisu.plexus
|-- com.vladsch.flexmark:flexmark:0.62.2
|-- com.vladsch.flexmark:flexmark-util:0.62.2
|-- com.vladsch.flexmark:flexmark-ext-abbreviation:0.62.2
|-- com.vladsch.flexmark:flexmark-ext-autolink:0.62.2
|-- com.vladsch.flexmark:flexmark-ext-definition:0.62.2
|-- com.vladsch.flexmark:flexmark-ext-escaped-character:0.62.2
|-- com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.62.2
|-- com.vladsch.flexmark:flexmark-ext-tables:0.62.2
|-- com.vladsch.flexmark:flexmark-ext-typographic:0.62.2
|-- com.vladsch.flexmark:flexmark-ext-wikilink:0.62.2
|-- org.jetbrains:annotations:15.0
|-- org.apache.maven.doxia:doxia-module-xhtml5
|-- org.codehaus.plexus:plexus-utils
test