<dependency>
<groupId>com.github.sebhoss.doxia</groupId>
<artifactId>doxia-wikitext-textile</artifactId>
<version>2.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.doxia', module='doxia-wikitext-textile', version='2.0.0')
)
<parent> <groupId>com.github.sebhoss.doxia</groupId> <artifactId>doxia-wikitext-languages</artifactId> <version>2.0.0</version> </parent>
compile
|-- org.apache.maven.doxia:doxia-core
|-- org.fusesource.wikitext:wikitext-core
|-- com.github.sebhoss.doxia:doxia-wikitext-common
|-- org.fusesource.wikitext:textile-core
|-- org.codehaus.plexus:plexus-component-annotations:1.5.5
test
|-- junit:junit