<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>3.1.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctor-maven-plugin', 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
|-- commons-io:commons-io:2.17.0
|-- io.netty:netty-codec-http:4.1.114.Final
provided
|-- org.apache.maven:maven-core
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1
test