<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.0.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctor-maven-plugin', version='2.0.0')
)
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.1.1
|-- org.codehaus.plexus:plexus-interpolation:1.22
|-- org.codehaus.plexus:plexus-utils:3.0.23
|-- org.asciidoctor:asciidoctorj:2.3.0
|-- org.apache.commons:commons-lang3:3.8.1
|-- io.netty:netty-codec-http:4.0.38.Final
|-- org.apache.maven.doxia:doxia-core:1.8
|-- org.apache.maven.doxia:doxia-module-xhtml:1.8
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.5
test
|-- org.spockframework:spock-core:0.7-groovy-2.0