<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-parser-doxia-module</artifactId>
<version>3.1.0</version>
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctor-parser-doxia-module', version='3.1.0')
)
<parent> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-tools</artifactId> <version>3.1.0</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