<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-converter-doxia-module</artifactId>
<version>3.1.1</version>
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctor-converter-doxia-module', version='3.1.1')
)
<dependency org="org.asciidoctor" name="asciidoctor-converter-doxia-module" rev="3.1.1" />
<parent> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-tools</artifactId> <version>3.1.1</version> </parent>
compile
|-- org.asciidoctor:asciidoctor-maven-commons
|-- org.asciidoctor:asciidoctorj
|-- org.jruby:jruby
|-- org.apache.maven.doxia:doxia-core
provided
|-- org.apache.maven:maven-core
test