<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.2.1</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctor-maven-plugin', version='2.2.1')
)
compile
|-- org.apache.maven:maven-plugin-api:3.0.5
|-- org.apache.maven:maven-core:3.0.5
|-- org.apache.maven.shared:maven-filtering:3.2.0
|-- org.codehaus.plexus:plexus-interpolation:1.22
|-- org.codehaus.plexus:plexus-utils:3.0.23
|-- org.asciidoctor:asciidoctorj:2.5.1
|-- io.netty:netty-codec-http:4.1.59.Final
|-- org.apache.maven.doxia:doxia-core:1.8
|-- org.apache.maven.doxia:doxia-module-xhtml:1.8
|-- org.junit.jupiter:junit-jupiter
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.5
test
|-- org.assertj:assertj-core:3.19.0