File | Operation |
---|---|
asciidoctor-maven-tools-3.1.1.pom | download |
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-tools</artifactId>
<version>3.1.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctor-maven-tools', version='3.1.1')
)